Timeline
2008-11-20:
- 15:32 Ticket #384 (enhancement) created by janne
- RPM .spec is missing gcc dependency
- 12:01 Changeset [3411] by petter
- Added documentaiton on the timeouts
- 11:19 Changeset [3410] by phk
- Various nits.
- 11:03 Changeset [3409] by phk
- Clean up the ACL generation code a bit.
- 09:50 Changeset [3408] by phk
- Check ECONNRESET
2008-11-19:
- 17:26 Changeset [3407] by tfheen
- Correct defaults in varnishd.1 The defaults for thread_pool_min and …
- 15:13 Changeset [3406] by petter
- Added support for setting read timeouts for backend requests …
- 13:03 Ticket #383 (defect) created by chrisrixon
- Unexplained vcl behaivior maybe header related to header modify
- 12:58 Changeset [3405] by phk
- Kick the hash_slinger interface around a bit: Isolate more stuff in …
- 11:21 Changeset [3404] by phk
- Move the hash'ers refcount up to objhead, it is generic.
- 11:10 Changeset [3403] by phk
- Rename some objhead pointers from obj to oh for consistency.
- 10:58 Ticket #377 (defect) closed by phk
- invalid: Hi Igor, Solaris support is very experimental at this point, and I don't …
- 09:55 Ticket #382 (defect) created by chrisrixon
- varnishncsa is leaking
2008-11-18:
- 21:54 Ticket #355 (documentation) closed by tfheen
- fixed: Fixed in r3402.
- 21:53 Changeset [3402] by tfheen
- Document grace Thanks to perbu for suggested documentation Fixes 355
- 21:27 Ticket #381 (documentation) created by ldr
- Extra information useful in VCLExamplePurging
- 14:29 Changeset [3401] by tfheen
- Make malloc print max storage size storage_file prints the maximum …
- 09:20 Ticket #380 (task) created by plfgoa
- sudden Increase in load on server running varnish
2008-11-17:
- 21:12 ArchitectureInlineC edited by phk
- (diff)
- 19:02 Changeset [3400] by phk
- Rename variables to reflect that they are object heads, not objects.
- 17:59 Ticket #379 (defect) created by Ajian
- The varnish have no response most of the time ,is it the bug?
- 14:31 Changeset [3399] by petter
- Fixed compiling on Linux with -Werror set. Added mising prototypes, …
- 10:31 Ticket #378 (defect) created by 191919
- unresonable varnish free smf number
2008-11-16:
- 13:48 ArchitectureInlineC edited by phk
- (diff)
- 13:16 ArchitectureInlineC edited by phk
- (diff)
- 13:16 ArchitectureInlineC edited by phk
- (diff)
- 13:14 ArchitectureInlineC edited by phk
- (diff)
- 12:50 ArchitectureInlineC edited by phk
- (diff)
- 12:40 ArchitectureInlineC edited by phk
- 12:29 DeveloperResources edited by phk
- (diff)
2008-11-15:
- 05:06 Ticket #377 (defect) created by ibrezac
- Varnish sending empty http packets to the backend
2008-11-14:
- 15:47 WikiStart edited by tfheen
- 2.0.2 is out (diff)
- 14:32 Ticket #376 (defect) created by anders
- Varnish core-dumps on ctrl-c
- 14:04 Changeset [3398] by tfheen
- Release 2.0.2
- 13:59 Changeset [3397] by tfheen
- Update version number in configure.ac
- 13:58 Changeset [3396] by tfheen
- Merge in 2.0.2 spec file change
- 11:22 Changeset [3395] by phk
- silence config.h noise
- 10:50 Changeset [3394] by phk
- Regenerated.
- 10:49 Changeset [3393] by phk
- Retire VRT_re_test()
- 10:48 Changeset [3392] by phk
- Inline VRT_re_test()
- 10:18 Changeset [3391] by phk
- Merge cache_vrt_acl.c into cache_vrt.c, one one-line function is silly in …
- 01:19 Ticket #210 (enhancement) closed by phk
- fixed: (In [3390]) Rework the binary heap, we use for expiry processing, to deal …
- 01:19 Changeset [3390] by phk
- Rework the binary heap, we use for expiry processing, to deal …
2008-11-13:
- 17:39 Installation edited by chrisrixon
- (diff)
- 17:16 VarnishOnRedhat edited by chrisrixon
- (diff)
- 17:10 Installation edited by chrisrixon
- (diff)
- 13:36 Ticket #375 (enhancement) created by tuhintt
- Secure communication between Client Browser and Varnish.
2008-11-11:
- 22:57 Ticket #374 (defect) created by tcouery
- Implement restart in vcl_error
- 21:46 FAQ edited by phk
- (diff)
- 21:40 Changeset [3389] by phk
- Fix this test-case to not rely on being able to compile /dev/null now that …
- 21:22 Changeset [3388] by phk
- Make sure that set obj.ttl = 0s means that the object is not hit again by …
- 20:07 Changeset [3387] by phk
- Regression test case for ticket 365: restart in hit.
- 20:06 Ticket #365 (defect) closed by phk
- fixed: (In [3386]) Implement restart in vcl_hit. Fixes #365
- 20:06 Changeset [3386] by phk
- Implement restart in vcl_hit. Fixes #365
- 14:43 Changeset [3385] by phk
- Remember to set lock "held" in CondWait?
- 14:38 Changeset [3384] by phk
- Have I mentioned that I think POSIX is a bunch of amateurs ? There is no …
- 14:15 Changeset [3383] by phk
- React to both NL and CR in VLU
- 10:00 Ticket #373 (defect) created by anders
- Varnish fails to reload backend/directory
2008-11-10:
- 20:48 Changeset [3382] by phk
- Remember to add this file in second attempt :-)
- 20:46 Changeset [3381] by phk
- Take the full step and wrap all our mutex operations in proper C …
- 13:47 Ticket #363 (defect) closed by phk
- wontfix: Yes, you asked for that, implicitly, in vcl_recv{} when you did not do a …
- 13:47 Ticket #371 (defect) closed by ingvar
- fixed: Fixed in trunk (2.0.2). Will also be in 2.0.2 when released, I hope. Note …
- 13:43 Changeset [3380] by ingvar
- specfile: 2.0.1-2 -> 2.0.2-1 and a changelog item for 2.0.2
- 13:43 Ticket #367 (defect) closed by phk
- worksforme: Remove your vcl_timeout function, that is not supported yet.
- 13:34 Changeset [3379] by ingvar
- Specfile: 2.0.1 > 2.0.2
- 13:29 Ticket #370 (enhancement) closed by phk
- wontfix: In general we don't want to have global configuration files like that for …
- 12:55 Ticket #368 (defect) closed by tfheen
- fixed: (In [3378]) Make sure the VCL we try to load is a regular file Fixes #368
- 12:55 Changeset [3378] by tfheen
- Make sure the VCL we try to load is a regular file Fixes #368
- 12:55 Changeset [3377] by tfheen
- Constify vcl_tnames in .tcl script too Change the .tcl script …
- 11:14 Changeset [3376] by tfheen
- Merge r3358: Removed the requirement for kernel => 2.6.0 * Sun Nov 02 …
- 11:12 Changeset [3375] by tfheen
- Merge r3357: varnishtest man page: whitespace fix
- 11:12 Changeset [3374] by tfheen
- Merge r3356: Add a varnishtest man page
- 11:12 Changeset [3373] by tfheen
- Merge r3353, r3354: resp.status was returning obj.status
- 11:10 Changeset [3372] by tfheen
- Merge r3346: Don't quote the entire inlined C source in the index table, …
- 11:10 Changeset [3371] by tfheen
- Merge r3344: Use a proper format string.
- 11:09 Changeset [3370] by tfheen
- Merge r3329, r3330: Add a boolean parameter "purge_dups" Add a boolean …
- 11:07 Changeset [3369] by tfheen
- Merge r3359: Fix the broken logic in the random directors picking …
- 10:40 Changeset [3368] by phk
- Add a test of the random director that uses actual randomness. This will …
- 10:37 Changeset [3367] by phk
- Add a toplevel word which examines the sequence returned by srandom(1) and …
- 10:29 Changeset [3366] by phk
- Add a debug CLI command to seed random(3). This is a lot less useful than …
- 06:45 Ticket #372 (defect) created by maheshollalwar
- varnish dies
2008-11-09:
- 16:25 Ticket #371 (defect) created by zenon
- Typo in .spec file
- 15:26 Changeset [3365] by phk
- A couple of stylistisc FlexeLint? v9 nits, and some additions to the …
- 15:25 Changeset [3364] by phk
- More FlexeLint? v9 consts
- 14:46 Changeset [3363] by phk
- Constifications requested by FlexeLint? v9
2008-11-08:
- 20:19 Ticket #370 (enhancement) created by perbu
- varnishadm set up
- 13:04 Ticket #291 (documentation) closed by perbu
- wontfix: The RPM package I have installed consists of two default.vcl files. One in …
- 12:15 Ticket #369 (enhancement) created by perbu
- Enable serving of graced objects if backend is down
2008-11-06:
- 12:57 Ticket #362 (documentation) closed by tfheen
- fixed: (In [3362]) Document the size parameter to -s malloc Fixes #362
- 12:57 Changeset [3362] by tfheen
- Document the size parameter to -s malloc Fixes #362
- 12:46 Ticket #359 (documentation) closed by tfheen
- fixed: (In [3361]) Fix up $N vs \N in man page The VCL man page documented the …
- 12:46 Changeset [3361] by tfheen
- Fix up $N vs \N in man page The VCL man page documented the capturing …
- 12:45 Changeset [3360] by tfheen
- Fix up tclsh invocation (again) Move the || true bit of invoking tclsh to …
- 11:47 Ticket #368 (defect) created by pj0tr
- getting errors while loading vcl causes instant death
2008-11-05:
- 14:38 VCLExampleRedirectInVCL edited by tfheen
- Add redirect in VCL example
- 14:34 VCLExamples edited by tfheen
- Add link to redirect using vcl (diff)
- 13:51 Ticket #361 (defect) closed by phk
- fixed: (In [3359]) Fix the broken logic in the random directors picking …
- 13:51 Changeset [3359] by phk
- Fix the broken logic in the random directors picking routine. Drop the …
- 10:21 VCLExamples edited by espen
- Added link to VCLExampleEnableForceRefresh from the VCLExamples page (diff)
2008-11-04:
- 13:53 Ticket #367 (defect) created by j0nnybe
- Varnish child dies
2008-11-03:
- 17:58 WikiStart edited by perbu
- put the getting started in /static (diff)
- 10:41 WikiStart edited by perbu
- Linked in the "getting started" (diff)
2008-11-02:
- 22:39 Changeset [3358] by ingvar
- * Sun Nov 02 2008 Ingvar Hagelund <ingvar@linpro.no> - 2.0.1-2 - Removed …
2008-10-30:
- 11:09 Ticket #366 (defect) created by foxdie
- CLI Communication Error when calling vcl.discard in management interface
- 08:00 Changeset [3357] by ssm
- varnishtest man page: whitespace fix
- 07:56 VCLExampleEnableForceRefresh edited by espen
- (diff)
- 07:53 VCLExampleEnableForceRefresh edited by espen
- (diff)
- 07:53 VCLExampleEnableForceRefresh edited by espen
- (diff)
2008-10-29:
- 20:15 VCLExampleEnableForceRefresh edited by espen
- (diff)
- 19:08 Ticket #365 (defect) created by nkallen
- Calling "restart" from "vcl_hit" serves an empty request.
- 14:47 VCLExampleEnableForceRefresh edited by espen
- (diff)
- 14:02 VCLExampleEnableForceRefresh edited by espen
- (diff)
- 14:00 VCLExampleEnableForceRefresh edited by espen
- 07:55 Changeset [3356] by ssm
- Add a varnishtest man page
2008-10-28:
- 22:37 Ticket #364 (defect) created by sky
- Panic message: Missing errorhandling code in cnt_lookup(), cache_center.c line 606:
- 14:22 Changeset [3355] by phk
- Factor the HTTP responsecodes into a file where we can find them.
- 13:33 Changeset [3354] by sky
- thanks mithrandir -- check the right magic
- 13:21 Changeset [3353] by sky
- resp.status was returning obj.status
2008-10-27:
- 11:45 VarnishInternals edited by petter
- (diff)
- 11:07 VarnishInternals edited by petter
- (diff)
- 01:36 Changeset [3352] by sky
- merge #3350 into trunk -- make tests fail if you have a long and correct …
- 01:22 Changeset [3351] by sky
- This implements a nuke() option. It will mangle the hash string of an …
2008-10-26:
- 20:04 Changeset [3350] by sky
- my bad, the problem is an excessive search list on my laptop; appending a …
- 19:48 Changeset [3349] by sky
- there are tests with failing DNS lookups, on OSX that takes more than 10 …
- 19:12 Changeset [3348] by sky
- implementing nuke option for purging
- 19:07 Changeset [3347] by sky
- rebasing it on released version
2008-10-25:
- 22:55 Ticket #363 (defect) created by tcouery
- The first POST request is replaced by GET
- 14:02 Ticket #362 (documentation) created by mm
- Add malloc size option to varnishd.1 manual page
- 03:36 Ticket #361 (defect) created by fehwalker
- [PATCH] random director only sending traffic to one backend
2008-10-24:
- 13:57 VarnishInternals edited by petter
- (diff)
- 13:15 Ticket #360 (defect) created by ltning
- Cannot create temp file on startup
2008-10-23:
- 10:46 VarnishInternals edited by petter
- (diff)
- 09:49 Changeset [3346] by phk
- Don't quote the entire inlined C source in the index table, just show …
- 08:19 Ticket #359 (documentation) created by eugaia
- regsub documented as using $1,$2 etc, but actually uses \1, \2 for replacement strings
2008-10-22:
- 22:16 DebuggingVarnish edited by phk
- (diff)
- 13:33 Changeset [3345] by des
- Get rid of <strings.h>.
Note: See TracTimeline for information about the timeline view.
