Timeline
04/23/09:
- 18:50 Changeset in nginx [2746:7bbebf565664] by
- delete unused definition
- 18:22 Changeset in nginx [2745:1983932b8075] by
- pass command lines options to workers
- 16:38 Changeset in nginx [2744:e50a2faac31d] by
- ngx_path_separator()
- 11:13 Changeset in nginx [2743:d8316f307b6a] by
- issue start up errors and warning on both stderr and error_log
- 09:46 Changeset in nginx [2742:e138f820b5dc] by
- style fix: remove trailing spaces introduced in the previous commit
- 08:05 Changeset in nginx [2741:cda3738a85bd] by
- use ngx_str_t for error levels
04/22/09:
- 11:25 Changeset in nginx [2740:e5a4be07c3eb] by
- axe incomplete support of Winsock error descriptions on NT
- 11:20 Changeset in nginx [2739:58399dcc410a] by
- use English only error descriptions in Win32 ngx_strerror_r()
04/21/09:
- 20:25 Changeset in nginx [2738:ae81441e23f4] by
- implement "-s signal" option for Unix
- 19:49 Changeset in nginx [2737:d52cf82d0d77] by
- style fix: remove trailing spaces
- 19:38 Changeset in nginx [2736:218b8949f2fd] by
- style fix: remove tabs
- 16:21 Changeset in nginx [2735:a9d7f8ebdbef] by
- add -? and -h options
- 15:44 Changeset in nginx [2734:37580bd13ca5] by
- add 48x48 icon
- 15:42 Changeset in nginx [2733:edc01cc34b3e] by
- allow condensed command lines options
- 15:40 Changeset in nginx [2732:e1b3d210587a] by
- fix r2731 for Win32
- 14:31 Changeset in nginx [2731:06d53ecd70c8] by
- *) move advapi32.lib to core libs since it's required for Registry and …
- 13:39 Changeset in nginx [2730:95a17423afdb] by
- test command line options before ngx_log_init() and issue errors to stderr
- 10:36 Changeset in nginx [2729:e85497f36011] by
- fix fastcgi_cache_min_uses
04/20/09:
- 13:29 Changeset in nginx [2728:05a4c1f4a8d9] by
- bump version
- 06:16 Changeset in nginx [2727:d9c52e5ea049] by
- release-0.7.52 tag
- 06:16 Changeset in nginx [2726:18e39e566781]release-0.7.52 by
- nginx-0.7.52-RELEASE
- 06:08 Changeset in nginx [2725:d43d73277c5c] by
- Win32 master/workers model
04/19/09:
- 19:08 Changeset in nginx [2724:9fd2f12fee0a] by
- fix Win32 ngx_gettimezone()
- 16:25 Changeset in nginx [2723:53be1d485af9] by
- add variadic macros support for msvc8
- 16:06 Changeset in nginx [2722:ffa8e2451457] by
- show -t results on stderr
04/18/09:
- 19:39 Changeset in nginx [2721:8e720b7fe6d2] by
- remove TODO comments
- 19:27 Changeset in nginx [2720:b3b8c66bd520] by
- support attaching to an existent Win32 shared memory
- 19:13 Changeset in nginx [2719:9237cf8b400b] by
- update c->sent in ngx_unix_send()
04/17/09:
- 19:11 Changeset in nginx [2718:dbd02ee65df4] by
- fix building on platforms which have no atomic operations support, the …
- 19:09 Changeset in nginx [2717:73fe3fe858b9] by
- fix the previous commit
- 00:00 Changeset in nginx-tests [86:2dbe4ecdd254] by
- Tests: avoid writing access log in limit-req.t. It was written into …
04/16/09:
- 19:25 Changeset in nginx [2716:d5896f6608e8] by
- move zone name from ngx_shm_zone_t to ngx_shm_t to use Win32 shared memory
- 14:42 Changeset in nginx [2715:a5845475a903] by
- perl termination fixes: *) master exit hook is run before global pool …
04/15/09:
- 20:28 Changeset in nginx [2714:4dd1773990db] by
- fix segfault on exit if no http section is defined in confguraiton, …
- 20:26 Changeset in nginx [2713:b4d8aef4a1ad] by
- fix segfault if no http section is defined in confguraiton, the bug …
- 19:46 Changeset in nginx [2712:41f993457021] by
- OpenSSL building by MSVC and BCC from sources
- 19:44 Changeset in nginx [2711:6b87e875e87a] by
- fix building by BCC without NGX_DEBUG_MALLOC
- 19:28 Changeset in nginx [2710:218ee852de73] by
- fix building by MSVC8
- 13:46 Changeset in nginx [2709:7dc6ebe26e99] by
- fix debug logging
- 12:25 Changeset in nginx [2708:4c658be4ab63] by
- fix building --without-http-cache, introduced in r2664 and later
- 11:47 Changeset in nginx [2707:d7368a34b6fa] by
- hide grep errors
- 11:42 Changeset in nginx [2706:f905a6ab0ca8] by
- hide cacheable Set-Cookie and P3P response headers
- 11:21 Changeset in nginx [2705:d040c3786239] by
- do not pass if-... headers for cacheable responses
- 11:19 Changeset in nginx [2704:ac1e2e199c9f] by
- shutdown client connection for cacheable header only responses
- 11:17 Changeset in nginx [2703:3b6afa999c2f] by
- support 304 for cacheable responses
- 10:57 Changeset in nginx [2702:eace65d6092b] by
- style fix
- 09:53 Changeset in nginx [2701:756f73ca1e39] by
- support HEAD in proxy cache
- 06:26 Changeset in nginx [2700:aee784753144] by
- style fix: remove trailing spaces
- 06:25 Changeset in nginx [2699:c4e4df83e062] by
- bump version
04/12/09:
- 09:35 Changeset in nginx [2698:0750fdf45fcf] by
- release-0.7.51 tag
- 09:35 Changeset in nginx [2697:f51f2bec766c]release-0.7.51 by
- nginx-0.7.51-RELEASE
- 03:03 Changeset in nginx-tests [85:1bf5eca1c4a9] by
- Tests: add test for chunked transfer-coding from backend.
- 02:48 Changeset in nginx-tests [84:e48ac6e9a390] by
- Tests: die if we failed to put test data into memcached.
- 02:46 Changeset in nginx-tests [83:6e5884419e4a] by
- Tests: whitespace cleanup.
04/11/09:
- 11:05 Changeset in nginx [2696:ae4744c28620] by
- allow any status
- 11:02 Changeset in nginx [2695:aa95c69c3068] by
- try_files status code
04/10/09:
- 17:46 Changeset in nginx [2694:49a1382b249b] by
- set cache manager maximum sleep time to 10s
- 17:45 Changeset in nginx [2693:197cda0e767e] by
- style fix
- 14:49 Changeset in nginx [2692:111e6e62af32] by
- style fix
- 14:48 Changeset in nginx [2691:baa91bf5a63b] by
- do not call ngx_http_file_cache_free() if a response is not cacheable
- 14:47 Changeset in nginx [2690:d3cffe32b930] by
- add debug logging
04/09/09:
- 13:56 Changeset in nginx [2689:6caf687a831f] by
- backout r2535: virtual names is a property of address:port pair, but …
04/08/09:
- 19:51 Changeset in nginx [2688:9bcda0da8d36] by
- style fix
- 19:13 Changeset in nginx [2687:5190c5dc3486] by
- delete win32 ngx_file_append_mode() as we use reliable …
- 19:03 Changeset in nginx [2686:9e0ae986b587] by
- adopt NGX_FILE_TRUNCATE for win32
04/07/09:
- 23:45 Changeset in nginx-tests [82:a2fc9b9e9a2b] by
- Tests: add X-Accel-Redirect tests.
- 23:32 Changeset in nginx-tests [81:6d93f3a4ce48] by
- Tests: update copyright.
- 15:50 Changeset in nginx [2685:6c8a5165ed2a] by
- fix r2590: error_page made an external redirect without query string
04/06/09:
- 13:43 Changeset in nginx [2684:c944cba169e3] by
- update $status in log_format example
- 13:42 Changeset in nginx [2683:729bd899cbb9] by
- bump version
- 11:44 Changeset in nginx [2682:4756333f31bd] by
- release-0.7.50 tag
- 11:44 Changeset in nginx [2681:e4350efa7cf7]release-0.7.50 by
- nginx-0.7.50-RELEASE
- 11:42 Changeset in nginx [2680:82e3946062be] by
- backout r2677 and fix ngx_strlcasestrn() again
- 11:39 Changeset in nginx [2679:0a209cac352a] by
- bump version
- 10:42 Changeset in nginx [2678:0573646e3c77] by
- release-0.7.49 tag
- 10:42 Changeset in nginx [2677:452b9d09df8e]release-0.7.49 by
- nginx-0.7.49-RELEASE
- 10:38 Changeset in nginx [2676:278f30cc7d48] by
- fix ngx_strlcasestrn()
- 10:37 Changeset in nginx [2675:03fc1ae2cf36] by
- bump version
- 10:15 Changeset in nginx [2674:1036bb9540e3] by
- release-0.7.48 tag
- 10:15 Changeset in nginx [2673:9816fb28eda5]release-0.7.48 by
- nginx-0.7.48-RELEASE
- 08:58 Changeset in nginx [2672:b212066acf50] by
- proxy_cache_key
- 08:35 Changeset in nginx [2671:627dee566f6c] by
- fix cache path slot
- 00:48 Changeset in nginx-tests [80:14cf2658592d] by
- Tests: add more proxy_cache tests, remove obsolete clean_time.
04/04/09:
- 17:51 Changeset in nginx [2670:20a655d8a1f8] by
- refactor ngx_http_arg() using ngx_strcasestrn(), back out zero …
- 17:35 Changeset in nginx [2669:5e4d8bd4486c] by
- support Cache-Control no-cache and max-age in cache
- 17:31 Changeset in nginx [2668:2f9c37445ffb] by
- ngx_strlcasestrn()
- 17:22 Changeset in nginx [2667:c1ac00c2bc75] by
- update r2664
04/03/09:
- 15:48 Changeset in nginx [2666:81556a9b6488] by
- support Expires in cache
- 15:47 Changeset in nginx [2665:4d627567c324] by
- fix r2664: ..._cache_valid did not work for stale responses
- 15:44 Changeset in nginx [2664:f903114355d4] by
- zero field
- 14:33 Changeset in nginx [2663:09725d69cb25] by
- support X-Accel-Expires in cache
- 12:06 Changeset in nginx [2662:40f9def49ed5] by
- cache GET requests only
04/02/09:
- 13:48 Changeset in nginx [2661:8ace9dee8824] by
- merge fastcgi_cache_key
- 13:46 Changeset in nginx [2660:2ca36a62c8a1] by
- autoconfigure crypt_r(): uclibc has no crypt_r()
- 13:44 Changeset in nginx [2659:a3bcaabf2ec8] by
- fix OpenBSD building, broken in r2616
- 13:44 Changeset in nginx [2658:dde94586e6c4] by
- bump version
- 06:48 Changeset in nginx [2657:4a72bd516eab]stable-0.6 by
- release-0.6.36 tag
- 06:48 Changeset in nginx [2656:099c5b328fe2]stable-0.6release-0.6.36 by
- nginx-0.6.36-RELEASE
- 06:44 Changeset in nginx [2655:87e1fcd9b604]stable-0.6 by
- r2202, r2408, r2425, r2454, r2459, r2482, r2504, r2542, r2565, r2579, …
04/01/09:
- 16:44 Changeset in nginx [2654:96b878c984f4]stable-0.6 by
- r2582, r2583 merge: --with-pcre
- 16:42 Changeset in nginx [2653:567028e737cc]stable-0.6 by
- r2561 merge: ignore EINVAL from setsockopt() on Solaris
- 16:39 Changeset in nginx [2652:2a06634cd7bf]stable-0.6 by
- r2564 merge: compatibility with Tru64 UNIX: fcntl(F_SETLK, F_WRLCK) …
- 16:36 Changeset in nginx [2651:e3baaf7a9bde]stable-0.6 by
- r2581 merge: test wildcard tail hash existance
- 16:32 Changeset in nginx [2650:117442ab7c47]stable-0.6 by
- r2505 merge: load SSL engine before certificates, otherwise RSA keys …
- 16:31 Changeset in nginx [2649:0434fd856a2f]stable-0.6 by
- r2499 merge: fix /?new=arg?old=arg redirect case
- 16:28 Changeset in nginx [2648:ccf282137109]stable-0.6 by
- r2495 merge: AIX has no WCOREDUMP()
- 16:28 Changeset in nginx [2647:76add0af8e21]stable-0.6 by
- r2490 merge: avoid a double redirect response if *) a request is …
- 16:25 Changeset in nginx [2646:f4aea5b40fd7]stable-0.6 by
- r2483, r2484, r2485, r2487, r2488, r2489, r2491 merge: bugfixes in …
- 16:21 Changeset in nginx [2645:2baa184412b8]stable-0.6 by
- r2464 merge: fix fastcgi_store
- 16:19 Changeset in nginx [2644:2682d042328d]stable-0.6 by
- r2447, r2466, r2467 merge: set the error level as default http …
- 16:15 Changeset in nginx [2643:002f6fd88177]stable-0.6 by
- r2446 merge: proxy/fastcgi_store did not delete incomplete files
- 16:02 Changeset in nginx [2642:976e000dbb9f]stable-0.6 by
- r2372 merge: skip protected symlinks in autoindex
- 16:01 Changeset in nginx [2641:3a79007edf41]stable-0.6 by
- r2371 merge: allow POST without Content-Length
- 15:58 Changeset in nginx [2640:a69e3766f698]stable-0.6 by
- r2362, r2497 merge: if_modified_since
- 15:51 Changeset in nginx [2639:8deee4408c94]stable-0.6 by
- r2361 merge: read and process upstream header in cycle, this fixes …
- 15:47 Changeset in nginx [2638:a3f062177dba]stable-0.6 by
- r2336, r2337, r2339, r2390 merge: bugfixes in error logging: *) …
- 15:36 Changeset in nginx [2637:8e4450668968]stable-0.6 by
- r2138, r2308, r2360 merge: $arg_... and $cookie_ variables
- 15:30 Changeset in nginx [2636:cf54e6afbbb0]stable-0.6 by
- bump version
- 13:20 Changeset in nginx [2635:c3229fed373f] by
- release-0.7.47 tag
- 13:20 Changeset in nginx [2634:d1d0e6d7ff0c]release-0.7.47 by
- nginx-0.7.47-RELEASE
- 13:09 Changeset in nginx [2633:34389dfc2061] by
- fix MacOSX building, broken in r2616
- 13:05 Changeset in nginx [2632:ba1f3cdba725] by
- zero cache file length, this fixes full cache purging and hogging CPU …
- 13:01 Changeset in nginx [2631:73571521c2eb] by
- add debug logging
- 12:58 Changeset in nginx [2630:73a132c47076] by
- link staticaly with libcmt
03/31/09:
- 13:52 Changeset in nginx [2629:367b29612a00] by
- Win32 appends synchronized if only FILE_APPEND_DATA and SYNCHRONIZE …
03/30/09:
- 14:51 Changeset in nginx [2628:64a10d6b97bd] by
- win32 ngx_open_file() supports utf8 names and NGX_FILE_APPEND
- 14:46 Changeset in nginx [2627:c9da3e4dc706] by
- ngx_process_tray()
- 14:23 Changeset in nginx [2626:b0cfe5f66e8d] by
- fix segfault introduced in r2602 if there is 502/504 error and …
- 14:15 Changeset in nginx [2625:754ab3d3fe18] by
- fix r2579
- 12:33 Changeset in nginx [2624:418c9f97bd01] by
- fix FreeBSD before 7 building, broken in r2616
- 12:09 Changeset in nginx [2623:7bc0851b05cf] by
- bump version
- 11:02 Changeset in nginx [2622:86fc69ca910c] by
- release-0.7.46 tag
- 11:02 Changeset in nginx [2621:9b5037e7ec7d]release-0.7.46 by
- nginx-0.7.46-RELEASE
- 11:00 Changeset in nginx [2620:11b184abf455] by
- bump version
- 08:32 Changeset in nginx [2619:9882885ae69e] by
- release-0.7.45 tag
- 08:32 Changeset in nginx [2618:797e070d480a]release-0.7.45 by
- nginx-0.7.45-RELEASE
- 07:48 Changeset in nginx [2617:d77c53869873] by
- nginx_version
- 07:45 Changeset in nginx [2616:d19979e0d980] by
- introduce cache manager instead of cache cleaner
- 07:43 Changeset in nginx [2615:ceef364208c8] by
- ngx_fs_bsize()
03/29/09:
- 16:58 Changeset in nginx [2614:02fb50962b11] by
- fix ngx_wsasend_chain()
03/28/09:
- 13:13 Changeset in nginx-tests [79:d5330d926fac] by
- Tests: add test for limit_req not clearing write timeout on delay.
- 12:43 Changeset in nginx [2613:b863be280d3b] by
- update cpuid for Core 2 and Atom
03/27/09:
- 23:08 Changeset in nginx-tests [78:c893908c1a44] by
- Tests: add some limit_req module tests.
- 22:18 Changeset in nginx-tests [77:ff5f4f298532] by
- Tests: merge.
- 22:17 Changeset in nginx-tests [76:c7e29639f915] by
- Tests: backout process group creation (b01ae969181b). This turns to …
- 19:32 Changeset in nginx [2612:038dc63b657a] by
- delete duplicate error logging
- 17:00 Changeset in nginx [2611:2bce3f6416c6] by
- improve ngx_slab_alloc() error logging
- 16:37 Changeset in nginx [2610:3a9b22405138] by
- delete old debugging and info
- 14:59 Changeset in nginx [2609:ad99a49cd313] by
- rename ngx_http_scrip_flush_complex_value() to …
- 11:11 Changeset in nginx-tests [75:f81c6be872e5] by
- Tests: remove leftovers from pop3/imap tests.
- 06:34 Changeset in nginx [2608:2f4a3a4dfd34] by
- fix plain text values using relative path in ngx_http_complex_value(), …
03/26/09:
- 15:24 Changeset in nginx [2607:cb96a60c8f10] by
- fix alias with variables, but without captures, the bug had been …
- 14:00 Changeset in nginx [2606:fd387fbb28c6] by
- delete unneeded condition
- 13:34 Changeset in nginx [2605:2a301c21256a] by
- fix add_header Last-Modified "", broken in r2589
- 09:50 Changeset in nginx [2604:2a35ed59827d] by
- fix logged long locked cache entry name and add count
03/25/09:
- 11:12 Changeset in nginx-tests [74:3afbba94c8eb] by
- Tests: basic proxy_cache tests.
03/24/09:
- 15:03 Changeset in nginx [2603:f9bd7999eb08] by
- fix segfault if ngx_read_file() will fail
- 12:49 Changeset in nginx [2602:4ed2fa197a4a] by
- fastcgi cache
- 12:31 Changeset in nginx [2601:377698b60999] by
- unlink proxy_cache and proxy_cache_valid
- 12:25 Changeset in nginx [2600:df5e99f6464b] by
- do not clean cache if memory cache keys zone is cold
Note:
See TracTimeline
for information about the timeline view.