Commit Graph

  • ba9876d171 Accepting request 875902 from server:http Richard Brown 2021-03-02 11:34:25 +00:00
  • 29790807e8 Accepting request 875902 from server:http Richard Brown 2021-03-02 11:34:25 +00:00
  • 0e7cfc4760 - Update to 1.4.6: * Added additional feed reader clients. * Added addtional browsers and bots to the main list. * Added command line option '--unknowns-log' to log unknown browsers and OSs. * Added 'Referer' to the pre-defined 'Caddy JSON' log format. * Added support for real-time piping as non-root user. * Added the ability to Handle case when IPv4 is encoded as IPv6 in GeoIP1/legacy. * Ensure we capture linux (lowercase) when extracting an OS. * Fixed a regression in parsing Google Cloud Storage or possibly other non-JSON formats. * Fixed inability to parse escaped formats. * Fixed issue when using '%s' with 'strptime(3)' under musl libc. This addresses mostly the Docker image. * Fixed possible buffer over-read for certain log-format patterns. * Fixed segfault when attempting to process a malformed JSON string. * Fixed segfault when setting an empty log-format from the TUI dialog. * Fixed sorting on hits and visitors when larger than INT_MAX. * Updated CloudFront pre-defined log-format to reflect the latest fields. * Updated 'Dockerfile' image to use 'alpine:3.13' instead of edge due to compatibility issue with the GNU coreutils. Michael Vetter 2021-03-01 08:23:23 +00:00
  • 2f9483274c - Update to 1.4.6: * Added additional feed reader clients. * Added addtional browsers and bots to the main list. * Added command line option '--unknowns-log' to log unknown browsers and OSs. * Added 'Referer' to the pre-defined 'Caddy JSON' log format. * Added support for real-time piping as non-root user. * Added the ability to Handle case when IPv4 is encoded as IPv6 in GeoIP1/legacy. * Ensure we capture linux (lowercase) when extracting an OS. * Fixed a regression in parsing Google Cloud Storage or possibly other non-JSON formats. * Fixed inability to parse escaped formats. * Fixed issue when using '%s' with 'strptime(3)' under musl libc. This addresses mostly the Docker image. * Fixed possible buffer over-read for certain log-format patterns. * Fixed segfault when attempting to process a malformed JSON string. * Fixed segfault when setting an empty log-format from the TUI dialog. * Fixed sorting on hits and visitors when larger than INT_MAX. * Updated CloudFront pre-defined log-format to reflect the latest fields. * Updated 'Dockerfile' image to use 'alpine:3.13' instead of edge due to compatibility issue with the GNU coreutils. Michael Vetter 2021-03-01 08:23:23 +00:00
  • 7ad5415657 Accepting request 866502 from server:http Dominique Leuenberger 2021-01-25 17:24:34 +00:00
  • 5bf35431b2 Accepting request 866502 from server:http Dominique Leuenberger 2021-01-25 17:24:34 +00:00
  • 72df49eb6f - Update to 1.4.4: * Added 'Caddy' to the list of pre-defined log formats. * Added command line option '--no-strict-status' to disable status validation. * Added native support to parse JSON logs. * Added the ability to process timestamps in milliseconds using '%*'. * Ensure TUI/CSV/HTML reports are able to output 'uint64_t' data. * Ensure we allow UI render if the rate at which data is being read is * than '8192' req/s. * Ensure we don't re-render Term/HTML output if no data was read/piped. * Fixed build configure to work on NetBSD. * Fixed issue where it would send data via socket each second when managed * systemd. * Fixed issue where parser was unable to parse syslog date with padding. * Fixed issue where some items under browsers.list were not tab separated. * Fixed issue where the format parser was unable to properly parse logs * by a pipe. * Fixed issue where T.X. Amount metrics were not shown when data was piped. * Fixed issue where XFF parser could swallow an additional field. * Fixed memory leak when using '%x' as date/time specifier. * Replaced select(2) with poll(2) as it is more efficient and a lot faster * select(2). * Updated Swedish i18n. Michael Vetter 2021-01-25 08:53:02 +00:00
  • 0d458b14c2 - Update to 1.4.4: * Added 'Caddy' to the list of pre-defined log formats. * Added command line option '--no-strict-status' to disable status validation. * Added native support to parse JSON logs. * Added the ability to process timestamps in milliseconds using '%*'. * Ensure TUI/CSV/HTML reports are able to output 'uint64_t' data. * Ensure we allow UI render if the rate at which data is being read is * than '8192' req/s. * Ensure we don't re-render Term/HTML output if no data was read/piped. * Fixed build configure to work on NetBSD. * Fixed issue where it would send data via socket each second when managed * systemd. * Fixed issue where parser was unable to parse syslog date with padding. * Fixed issue where some items under browsers.list were not tab separated. * Fixed issue where the format parser was unable to properly parse logs * by a pipe. * Fixed issue where T.X. Amount metrics were not shown when data was piped. * Fixed issue where XFF parser could swallow an additional field. * Fixed memory leak when using '%x' as date/time specifier. * Replaced select(2) with poll(2) as it is more efficient and a lot faster * select(2). * Updated Swedish i18n. Michael Vetter 2021-01-25 08:53:02 +00:00
  • 3dea3e3dbe Accepting request 860981 from server:http Dominique Leuenberger 2021-01-07 20:24:49 +00:00
  • 019348e142 Accepting request 860981 from server:http Dominique Leuenberger 2021-01-07 20:24:49 +00:00
  • c3658294be Accepting request 860817 from home:gladiac:apps Michael Vetter 2021-01-07 09:04:21 +00:00
  • 5078dc8a2d Accepting request 860817 from home:gladiac:apps Michael Vetter 2021-01-07 09:04:21 +00:00
  • 6d4994bc16 Accepting request 853059 from server:http Dominique Leuenberger 2020-12-04 20:29:15 +00:00
  • f8712cf8e3 Accepting request 853059 from server:http Dominique Leuenberger 2020-12-04 20:29:15 +00:00
  • 32f356f9d6 - Update to 1.4.3: * Added the ability to set how often goaccess will parse data and output to the HTML report via '--html-refresh=<secs>'. * Changed how TLS is parsed so the Cypher uses a separate specifier. It now uses '%K' for the TLS version and '%k' for the Cypher. * Fixed issue where real-time output would double count a rotated log. This was due to the change of inode upon rotating the log. * Updated man page to reflect proper way of 'tail -f' a remote access log. Michael Vetter 2020-12-04 08:54:43 +00:00
  • 0135d6caef - Update to 1.4.3: * Added the ability to set how often goaccess will parse data and output to the HTML report via '--html-refresh=<secs>'. * Changed how TLS is parsed so the Cypher uses a separate specifier. It now uses '%K' for the TLS version and '%k' for the Cypher. * Fixed issue where real-time output would double count a rotated log. This was due to the change of inode upon rotating the log. * Updated man page to reflect proper way of 'tail -f' a remote access log. Michael Vetter 2020-12-04 08:54:43 +00:00
  • 1c8e625251 Accepting request 848804 from server:http Dominique Leuenberger 2020-11-17 20:25:13 +00:00
  • 9b7de42a1d Accepting request 848804 from server:http Dominique Leuenberger 2020-11-17 20:25:13 +00:00
  • 5ca20d8ea2 - Update to 1.4.2: * Added the ability to show 'Encryption Settings' such as ' TLSv1.2' and Cipher Suites on its own panel. * Added the ability to show 'MIME Types' such as ' application/javascript' on its own panel. * Changed Debian build to use mmdb instead of libgeoip (legacy). * Ensure the HTML report defaults to widescreen if viewport is larger than '2560'. * Fixed inability to properly process multiple logs in real-time. * Fixed issue where named PIPEs were not properly seed upon generating filename. * Fixed issue where served time metrics were not shown when data was piped. * Removed unnecessary padding from SVG charts. Improves readability on mobile. Michael Vetter 2020-11-16 07:34:06 +00:00
  • 959ec05a4d - Update to 1.4.2: * Added the ability to show 'Encryption Settings' such as ' TLSv1.2' and Cipher Suites on its own panel. * Added the ability to show 'MIME Types' such as ' application/javascript' on its own panel. * Changed Debian build to use mmdb instead of libgeoip (legacy). * Ensure the HTML report defaults to widescreen if viewport is larger than '2560'. * Fixed inability to properly process multiple logs in real-time. * Fixed issue where named PIPEs were not properly seed upon generating filename. * Fixed issue where served time metrics were not shown when data was piped. * Removed unnecessary padding from SVG charts. Improves readability on mobile. Michael Vetter 2020-11-16 07:34:06 +00:00
  • d64e2f9aa6 Accepting request 847065 from server:http Dominique Leuenberger 2020-11-09 12:58:23 +00:00
  • 4e62824d79 Accepting request 847065 from server:http Dominique Leuenberger 2020-11-09 12:58:23 +00:00
  • b84da42b0f * Added addtional browsers and bots to the main list. * Added 'Android 11' to the list of OSs. * Added 'macOS 11.0 Big Sur' to the list of OSs. * Added 'average' to each panel overall metrics. * Added '.dmg', '.xz', and '.zst' to the static list. * Added extra check to ensure restoring from disk verifies the content of the * against previous runs. * Added Russian translation (i18n). * Added Ukrainian translation (i18n). * Added support for HTTP status code '308'. * Added the ability for 'get_home ()' to return NULL on error, instead of * the process. Great if using through systemd. * Added the ability to read lowercase predefined log formats. For instance, * log-format=COMBINED' or '--log-format=combined'. * Changed how FIFOs are created and avoid using predictable filenames under tmp'. * Changed '--ignore-referer' to use whole referrer instead of referring site. * Ensure Cache Status can be parsed without sensitivity to case. * Ensure restored data enforces '--keep-last' if used by truncating accordingly * Fixed a few memory leaks when restoring from disk. * Fixed blank time distribution panel when using timestamps. * Fixed build issue due to lack of 'mmap' on 'Win'/'Cygwin'/'MinGW'. * Fixed crash in mouse enabled mode. * Fixed double free on data restore. * Fixed inability to keep processing a log when using '--keep-last'. * Fixed inability to properly parse truncated logs. * Fixed inability to properly count certain requests when restoring from disk * Fixed issue where it would not parse subsequent requests coming from stdin (tail). * Fixed issue where log truncation could prevent accurate number counting. * Fixed issue where parsed date range was not rendered with '--date-spec'. Michael Vetter 2020-11-09 08:07:59 +00:00
  • 9869fa1eae * Added addtional browsers and bots to the main list. * Added 'Android 11' to the list of OSs. * Added 'macOS 11.0 Big Sur' to the list of OSs. * Added 'average' to each panel overall metrics. * Added '.dmg', '.xz', and '.zst' to the static list. * Added extra check to ensure restoring from disk verifies the content of the * against previous runs. * Added Russian translation (i18n). * Added Ukrainian translation (i18n). * Added support for HTTP status code '308'. * Added the ability for 'get_home ()' to return NULL on error, instead of * the process. Great if using through systemd. * Added the ability to read lowercase predefined log formats. For instance, * log-format=COMBINED' or '--log-format=combined'. * Changed how FIFOs are created and avoid using predictable filenames under tmp'. * Changed '--ignore-referer' to use whole referrer instead of referring site. * Ensure Cache Status can be parsed without sensitivity to case. * Ensure restored data enforces '--keep-last' if used by truncating accordingly * Fixed a few memory leaks when restoring from disk. * Fixed blank time distribution panel when using timestamps. * Fixed build issue due to lack of 'mmap' on 'Win'/'Cygwin'/'MinGW'. * Fixed crash in mouse enabled mode. * Fixed double free on data restore. * Fixed inability to keep processing a log when using '--keep-last'. * Fixed inability to properly parse truncated logs. * Fixed inability to properly count certain requests when restoring from disk * Fixed issue where it would not parse subsequent requests coming from stdin (tail). * Fixed issue where log truncation could prevent accurate number counting. * Fixed issue where parsed date range was not rendered with '--date-spec'. Michael Vetter 2020-11-09 08:07:59 +00:00
  • 9c8786fde7 - Update to 1.4.1: * Added addtional browsers and bots to the main list. * Added 'Android 11' to the list of OSs. * Added 'macOS 11.0 Big Sur' to the list of OSs. * Added 'average' to each panel overall metrics. * Added '.dmg', '.xz', and '.zst' to the static list. * Added extra check to ensure restoring from disk verifies the content of the * against previous runs. * Added Russian translation (i18n). * Added Ukrainian translation (i18n). * Added support for HTTP status code '308'. * Added the ability for 'get_home ()' to return NULL on error, instead of * the process. Great if using through systemd. * Added the ability to read lowercase predefined log formats. For instance, * log-format=COMBINED' or '--log-format=combined'. * Changed how FIFOs are created and avoid using predictable filenames under tmp'. * Changed '--ignore-referer' to use whole referrer instead of referring site. * Ensure Cache Status can be parsed without sensitivity to case. * Ensure restored data enforces '--keep-last' if used by truncating accordingly * Fixed a few memory leaks when restoring from disk. * Fixed blank time distribution panel when using timestamps. * Fixed build issue due to lack of 'mmap' on 'Win'/'Cygwin'/'MinGW'. * Fixed crash in mouse enabled mode. * Fixed double free on data restore. * Fixed inability to keep processing a log when using '--keep-last'. * Fixed inability to properly parse truncated logs. * Fixed inability to properly count certain requests when restoring from disk * Fixed issue where it would not parse subsequent requests coming from stdin (tail). * Fixed issue where log truncation could prevent accurate number counting. Michael Vetter 2020-11-09 08:07:34 +00:00
  • 03de27becb - Update to 1.4.1: * Added addtional browsers and bots to the main list. * Added 'Android 11' to the list of OSs. * Added 'macOS 11.0 Big Sur' to the list of OSs. * Added 'average' to each panel overall metrics. * Added '.dmg', '.xz', and '.zst' to the static list. * Added extra check to ensure restoring from disk verifies the content of the * against previous runs. * Added Russian translation (i18n). * Added Ukrainian translation (i18n). * Added support for HTTP status code '308'. * Added the ability for 'get_home ()' to return NULL on error, instead of * the process. Great if using through systemd. * Added the ability to read lowercase predefined log formats. For instance, * log-format=COMBINED' or '--log-format=combined'. * Changed how FIFOs are created and avoid using predictable filenames under tmp'. * Changed '--ignore-referer' to use whole referrer instead of referring site. * Ensure Cache Status can be parsed without sensitivity to case. * Ensure restored data enforces '--keep-last' if used by truncating accordingly * Fixed a few memory leaks when restoring from disk. * Fixed blank time distribution panel when using timestamps. * Fixed build issue due to lack of 'mmap' on 'Win'/'Cygwin'/'MinGW'. * Fixed crash in mouse enabled mode. * Fixed double free on data restore. * Fixed inability to keep processing a log when using '--keep-last'. * Fixed inability to properly parse truncated logs. * Fixed inability to properly count certain requests when restoring from disk * Fixed issue where it would not parse subsequent requests coming from stdin (tail). * Fixed issue where log truncation could prevent accurate number counting. Michael Vetter 2020-11-09 08:07:34 +00:00
  • 3925d063d8 Accepting request 806766 from server:http Dominique Leuenberger 2020-05-19 12:46:16 +00:00
  • c786bdd04b Accepting request 806766 from server:http Dominique Leuenberger 2020-05-19 12:46:16 +00:00
  • 4470f0a272 - Update to 1.4: * Added a caching storage mechanism to improve parsing raw data and data rendering. * Added a mechanism to avoid counting duplicate data when restoring persisted data from disk. * Added additional option to the HTML report to set a maximum number of items per page to 3. * Added a list of podcast-related user agents under '%sysconfdir%'. * Added 'Android 10' to the list of Android codenames. * Added a 'widescreen' layout to the HTML report (e.g., 4K TV/KPI Dashboard). * Added 'Beaker', 'Brave', and 'Firefox Focus' to the list of browsers * Added command line option --user-name=username to avoid running GoAccess as root when outputting a real-time report. * Added 'DuckDuckGo' and 'MSNBot' browsers to the browsers.list. * Added 'facebookexternalhit' to the default crawler list. * Added German translation (DE). * Added Kubernetes Nginx Ingress Log Format to the default config file. * Added 'macOS Catalina' to the list of OSX codenames. * Added minor CSS updates to HTML report. * Added missing header '<sys/socket.h>' to fix FreeBSD build * Added new 'Edg' token to the list of browsers. * Added '--no-ip-validation' command line to disable client IP validation * Added '--persist' and '--restore' options to persist to disk and restore a dump from disk. * Added Portuguese translation (pt-BR) * Added Swedish translation (SV) * Added the ability to parse server cache status and a new panel to display those metrics. * Changed accumulated time to work by default on '--persist' and '--restore'. * Changed back how the hits and visitors percentage is calculated to be more Michael Vetter 2020-05-18 06:23:06 +00:00
  • 248323c359 - Update to 1.4: * Added a caching storage mechanism to improve parsing raw data and data rendering. * Added a mechanism to avoid counting duplicate data when restoring persisted data from disk. * Added additional option to the HTML report to set a maximum number of items per page to 3. * Added a list of podcast-related user agents under '%sysconfdir%'. * Added 'Android 10' to the list of Android codenames. * Added a 'widescreen' layout to the HTML report (e.g., 4K TV/KPI Dashboard). * Added 'Beaker', 'Brave', and 'Firefox Focus' to the list of browsers * Added command line option --user-name=username to avoid running GoAccess as root when outputting a real-time report. * Added 'DuckDuckGo' and 'MSNBot' browsers to the browsers.list. * Added 'facebookexternalhit' to the default crawler list. * Added German translation (DE). * Added Kubernetes Nginx Ingress Log Format to the default config file. * Added 'macOS Catalina' to the list of OSX codenames. * Added minor CSS updates to HTML report. * Added missing header '<sys/socket.h>' to fix FreeBSD build * Added new 'Edg' token to the list of browsers. * Added '--no-ip-validation' command line to disable client IP validation * Added '--persist' and '--restore' options to persist to disk and restore a dump from disk. * Added Portuguese translation (pt-BR) * Added Swedish translation (SV) * Added the ability to parse server cache status and a new panel to display those metrics. * Changed accumulated time to work by default on '--persist' and '--restore'. * Changed back how the hits and visitors percentage is calculated to be more Michael Vetter 2020-05-18 06:23:06 +00:00
  • 05b6c943ae Accepting request 783006 from server:http Dominique Leuenberger 2020-03-09 17:34:20 +00:00
  • 6252c12831 Accepting request 783006 from server:http Dominique Leuenberger 2020-03-09 17:34:20 +00:00
  • f5f5e1af36 Accepting request 782997 from home:pgajdos Michael Vetter 2020-03-09 15:37:42 +00:00
  • 9fbab33e77 Accepting request 782997 from home:pgajdos Michael Vetter 2020-03-09 15:37:42 +00:00
  • be0bb79632 Accepting request 726410 from server:http Dominique Leuenberger 2019-08-27 10:01:37 +00:00
  • d4dbcce651 Accepting request 726410 from server:http Dominique Leuenberger 2019-08-27 10:01:37 +00:00
  • 4eca56fa78 - Add bin2c.patch to fix Michael Vetter 2019-08-27 08:19:36 +00:00
  • 705c5bf57a - Add bin2c.patch to fix Michael Vetter 2019-08-27 08:19:36 +00:00
  • 806ca3674e Accepting request 726186 from home:hennevogel:branches:server:http Michael Vetter 2019-08-26 14:45:57 +00:00
  • a4cbd4db57 Accepting request 726186 from home:hennevogel:branches:server:http Michael Vetter 2019-08-26 14:45:57 +00:00
  • d5d5e97c99 Accepting request 651371 from server:http Dominique Leuenberger 2018-11-26 09:30:52 +00:00
  • 329d70f69a Accepting request 651371 from server:http Dominique Leuenberger 2018-11-26 09:30:52 +00:00
  • 20a9c0a0d3 - Update to 1.3 * Added ability to store accumulated processing time into DB_GEN_STATS tcb file via '--accumulated-time' command line option. * Added additional Apache status codes to the list. * Added a few feed readers to the list. * Added more OSs to the list of OSs. * Added --anonymize-ip command line option to anonymize ip addresses. * Added --browsers-file command line option to load a list of crawlers from a text file. * Added byte unit (PiB) to formatters * Added translations * Added '%h' date specifier to the allowed date character specifiers. * Added "HeadlessChrome" to the list of browsers. * Added --hide-referer command line option to hide referers from report. * Added HTTP status code 429 (TOO MANY REQUESTS). * Added IGNORE_LEVEL_PANEL and IGNORE_LEVEL_REQ definitions. * Added --ignore-referer-report command line option to hide referers from output. * Added "Mastodon" user-agent to the list of crawlers/unix-like. * Added new fontawesome icons and use angle arrows in HTML paging. * Added new purple theme to HTML report and default to it. * Added --no-parsing-spinner command line option to switch off parsing spinner. * Added .ogv and ogg static file extension (ogg video, Ogg Vorbis audio). * Added OS X version numbers when outputting with --real-os. * Added parsing mechanism in an attempt capture more bots and to include unspecified bots/crawlers. * Added --pidfile command line option to the default config file. * Added SSL support for Docker goaccess build. * Added support to the WebSocket server for openssl-1.1*. Michael Vetter 2018-11-23 12:08:08 +00:00
  • ae7216c351 - Update to 1.3 * Added ability to store accumulated processing time into DB_GEN_STATS tcb file via '--accumulated-time' command line option. * Added additional Apache status codes to the list. * Added a few feed readers to the list. * Added more OSs to the list of OSs. * Added --anonymize-ip command line option to anonymize ip addresses. * Added --browsers-file command line option to load a list of crawlers from a text file. * Added byte unit (PiB) to formatters * Added translations * Added '%h' date specifier to the allowed date character specifiers. * Added "HeadlessChrome" to the list of browsers. * Added --hide-referer command line option to hide referers from report. * Added HTTP status code 429 (TOO MANY REQUESTS). * Added IGNORE_LEVEL_PANEL and IGNORE_LEVEL_REQ definitions. * Added --ignore-referer-report command line option to hide referers from output. * Added "Mastodon" user-agent to the list of crawlers/unix-like. * Added new fontawesome icons and use angle arrows in HTML paging. * Added new purple theme to HTML report and default to it. * Added --no-parsing-spinner command line option to switch off parsing spinner. * Added .ogv and ogg static file extension (ogg video, Ogg Vorbis audio). * Added OS X version numbers when outputting with --real-os. * Added parsing mechanism in an attempt capture more bots and to include unspecified bots/crawlers. * Added --pidfile command line option to the default config file. * Added SSL support for Docker goaccess build. * Added support to the WebSocket server for openssl-1.1*. Michael Vetter 2018-11-23 12:08:08 +00:00
  • 1c43da03d5 Accepting request 642812 from server:http Dominique Leuenberger 2018-10-18 13:39:35 +00:00
  • 243d1a0741 Accepting request 642812 from server:http Dominique Leuenberger 2018-10-18 13:39:35 +00:00
  • d58890859d Accepting request 642804 from home:jengelh:branches:server:http Michael Vetter 2018-10-18 08:33:26 +00:00
  • 9c3238eb61 Accepting request 642804 from home:jengelh:branches:server:http Michael Vetter 2018-10-18 08:33:26 +00:00
  • 5b855e5eb0 - Use %license instead of %doc Michael Vetter 2018-10-18 08:06:27 +00:00
  • 0897f5ab48 - Use %license instead of %doc Michael Vetter 2018-10-18 08:06:27 +00:00
  • d628a9a6cd - Remove wrongly added v1.2.tar.gz Michael Vetter 2018-10-09 13:44:34 +00:00
  • a2c0251b9e - Remove wrongly added v1.2.tar.gz Michael Vetter 2018-10-09 13:44:34 +00:00
  • 6ed479d9a8 Accepting request 566434 from home:jubalh:branches:server:http Marcus Rueckert 2018-02-09 13:15:03 +00:00
  • 471e5e581b Accepting request 566434 from home:jubalh:branches:server:http Marcus Rueckert 2018-02-09 13:15:03 +00:00
  • 3d105efede - update to 0.9 Marcus Rueckert 2015-05-06 19:46:55 +00:00
  • 3d58c10ba5 - update to 0.9 Marcus Rueckert 2015-05-06 19:46:55 +00:00
  • 859b8555ec Accepting request 259145 from home:Aikhjarto:branches:server:http Tomáš Chvátal 2014-11-10 10:07:57 +00:00
  • cfcffee87b Accepting request 259145 from home:Aikhjarto:branches:server:http Tomáš Chvátal 2014-11-10 10:07:57 +00:00
  • 8cac68c72c 0.7 Pascal Bleser 2014-01-03 13:35:20 +00:00
  • e71b7f1eb3 0.7 Pascal Bleser 2014-01-03 13:35:20 +00:00
  • af956a749a 0.6 Pascal Bleser 2013-07-15 18:34:07 +00:00
  • 713c39084d 0.6 Pascal Bleser 2013-07-15 18:34:07 +00:00
  • 03ac500f3a Accepting request 141349 from home:ammler:branches:server:http Marcel Gmür 2012-11-23 08:28:58 +00:00
  • fd302526e1 Accepting request 141349 from home:ammler:branches:server:http Marcel Gmür 2012-11-23 08:28:58 +00:00
  • 65522c928b 0.4.2 Pascal Bleser 2011-01-03 21:24:10 +00:00
  • 6c7026bb6e 0.4.2 Pascal Bleser 2011-01-03 21:24:10 +00:00
  • 1a59e9e55f 0.4 Pascal Bleser 2010-11-30 19:00:22 +00:00
  • ca49baa32b 0.4 Pascal Bleser 2010-11-30 19:00:22 +00:00
  • c1ab5d0193 0.3.3 Pascal Bleser 2010-09-28 12:45:02 +00:00
  • 973ff096c4 0.3.3 Pascal Bleser 2010-09-28 12:45:02 +00:00
  • 09e5f0d29b 0.3.2 Pascal Bleser 2010-09-10 22:12:28 +00:00
  • defcfa6700 0.3.2 Pascal Bleser 2010-09-10 22:12:28 +00:00
  • 747fe5b256 0.3 Pascal Bleser 2010-08-30 19:13:05 +00:00
  • 963098c534 0.3 Pascal Bleser 2010-08-30 19:13:05 +00:00
  • 3d24eedb46 0.2 Pascal Bleser 2010-07-26 17:27:56 +00:00
  • 6f7f256fa7 0.2 Pascal Bleser 2010-07-26 17:27:56 +00:00
  • a876cc9f41 unfuzz patch Pascal Bleser 2010-07-13 22:40:29 +00:00
  • ab9b690c63 unfuzz patch Pascal Bleser 2010-07-13 22:40:29 +00:00
  • 58f224322c 0.12 Pascal Bleser 2010-07-13 18:57:00 +00:00
  • 059260c85b 0.12 Pascal Bleser 2010-07-13 18:57:00 +00:00
  • b564d5e40b 0.1 Pascal Bleser 2010-07-08 20:58:06 +00:00
  • 08510ef232 0.1 Pascal Bleser 2010-07-08 20:58:06 +00:00