root/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @4633 [4633] 3 days phk Remove invalid assert, the waitinglist is overloaded with the critbit …
(edit) @4632 [4632] 4 days phk Regression test for #667
(edit) @4631 [4631] 4 days phk Make sure to release the waiting list, if we give up caching before …
(edit) @4630 [4630] 4 days phk Force a WSL_Flush() to make sure the shmrecords pertaining to a reused …
(edit) @4629 [4629] 4 days phk Set keyword
(edit) @4628 [4628] 4 days phk Add regression test for nested /* ... */ comments
(edit) @4627 [4627] 4 days phk Make it an error for a /*...*/ comment to contain /* Fixes #655
(edit) @4626 [4626] 5 days phk Add a specific error message to explain <action> -> return(<action>) …
(edit) @4625 [4625] 5 days phk Attempt to fix build by adding missing files from 2.0 branch. tfheen: …
(edit) @4624 [4624] 6 days ebf0 test
(edit) @4623 [4623] 6 days ebf0 test
(edit) @4622 [4622] 6 days ebf0 test
(edit) @4621 [4621] 6 days ebf0 ttest
(edit) @4620 [4620] 6 days ebf0 TEST
(edit) @4619 [4619] 6 days ebf0 TEST
(edit) @4618 [4618] 6 days ebf0 Test commit
(edit) @4617 [4617] 6 days phk More polishing and comment cleanup
(edit) @4616 [4616] 6 days phk comment cleanup
(edit) @4615 [4615] 6 days phk Add an explanation
(edit) @4614 [4614] 6 days phk Remove the last remains of purge_hash, and obj.hash.
(edit) @4613 [4613] 6 days phk Make the return(foo) syntax mandatory.
(edit) @4612 [4612] 6 days phk Switch to return(foo) syntax through out
(edit) @4611 [4611] 6 days phk Move the utility parser functions into their own file
(edit) @4610 [4610] 7 days phk Simplify the -d Debug mode, by eliminating the very neat and leet "single …
(edit) @4609 [4609] 7 days phk Undo last test-commit, to see if all the gremlins agree now ?
(edit) @4608 [4608] 7 days phk Silly test-commit.
(edit) @4607 [4607] 7 days phk Use _exit(0) in our daemon(3) compat function, we do not want to trigger …
(edit) @4606 [4606] 12 days tfheen Merge changelogs from the 2.0 branch
(edit) @4605 [4605] 13 days phk Stop messing with the linger bit, there are too many portability issues …
(edit) @4604 [4604] 2 weeks phk Use a small -smalloc store for this test.
(edit) @4603 [4603] 3 weeks phk Assert on the right HTTP structure. Found by: luc/tom28
(edit) @4602 [4602] 3 weeks phk Set more missing svn:keywords
(edit) @4601 [4601] 3 weeks phk Add svn:keywords properties
(edit) @4600 [4600] 3 weeks phk Also fix this one
(edit) @4599 [4599] 3 weeks phk Try again, this time with the right property: svn:keywordS
(edit) @4598 [4598] 3 weeks phk Set svn:keyword property
(edit) @4597 [4597] 3 weeks kristian Read the epoll-timeout thread in the right place With level-triggered …
(edit) @4596 [4596] 3 weeks phk Add a "pass" mode, where varnishadm just passes your commands, but does …
(edit) @4595 [4595] 3 weeks phk Use -S with varnishtest
(edit) @4594 [4594] 3 weeks phk Clean up #includes
(edit) @4593 [4593] 3 weeks phk Add "-S secret_file" support to varnishadm.
(edit) @4592 [4592] 3 weeks phk Use the library function to check the authentication response.
(edit) @4591 [4591] 3 weeks phk Make the response argument a #defined size buffer, and assert that the …
(edit) @4590 [4590] 3 weeks phk Add a function to calculate the proper response to a AUTH challenge from …
(edit) @4589 [4589] 3 weeks phk Give varnishadm a -t argument, to set a timeout for operations. Use …
(edit) @4588 [4588] 3 weeks phk Give VSS_open() a timeout argument.
(edit) @4587 [4587] 3 weeks phk Use our nice library routines instead of home-rolling.
(edit) @4586 [4586] 4 weeks phk More coverage of cli_serve.c
(edit) @4585 [4585] 4 weeks phk Put an upper limit on how many threads to create
(edit) @4584 [4584] 4 weeks phk Sigh, POSIXed again: The minimum thread stack size is not a compile time …
(edit) @4583 [4583] 4 weeks phk Respect PTHREAD_STACK_MIN for workerthread stack size.
(edit) @4582 [4582] 4 weeks phk Various flexelint inspired cleanups
(edit) @4581 [4581] 4 weeks phk Evict the [v]asprintf compat & configure stuff, we have stopped using …
(edit) @4580 [4580] 4 weeks phk Evict the last *asprintf usage.
(edit) @4579 [4579] 4 weeks phk nitpicking with flexelint
(edit) @4578 [4578] 5 weeks phk Don't emit confusing messages about errors during cleanup
(edit) @4577 [4577] 5 weeks phk Align new segments properly.
(edit) @4576 [4576] 5 weeks phk Tell FlexeLint? that we ignore returnvalues on purpose.
(edit) @4575 [4575] 5 weeks phk Use %jd for pid_t's to make -1 look sensible.
(edit) @4574 [4574] 5 weeks phk Make the session_linger a one-shot timer, and apply it also to new …
(edit) @4573 [4573] 5 weeks phk Use /tmp as TMPDIR if not otherwise set.
(edit) @4572 [4572] 5 weeks phk Try to handle socket state calls that return errno's relating to the …
(edit) @4571 [4571] 5 weeks phk Bail if argumets are set after varnishd is launched.
(edit) @4570 [4570] 5 weeks phk Don't check for EISDIR, it's not portable (solaris)
(edit) @4569 [4569] 5 weeks phk In one of the the first threads we launch, test that errno is thread local …
(edit) @4568 [4568] 5 weeks phk Add a new "feature" command, and skip the test if we don't have the …
(edit) @4567 [4567] 5 weeks phk Revert part of last commit, it's not ready for primetime yet.
(edit) @4566 [4566] 5 weeks phk Pretend to use variable, even if kernel is deficient.
(edit) @4565 [4565] 5 weeks phk Pretend to use the variables, even if the kernel is deficient.
(edit) @4564 [4564] 5 weeks phk Missing <signal.h>.
(edit) @4563 [4563] 5 weeks phk Void* cast for mmap() and friends for portability (solaris).
(edit) @4562 [4562] 5 weeks phk Print pid_t's as uintmax_t for portability (solaris)
(edit) @4561 [4561] 5 weeks phk Be even more paranoid in the poll waiter. Don't update the pollfd state …
(edit) @4560 [4560] 5 weeks phk Assert that we found all active fd's
(edit) @4559 [4559] 5 weeks phk Change from a non-resolving to an illegal DNS name, to avoid spurious …
(edit) @4558 [4558] 5 weeks phk Remove unused HTTP_HDR_MAX_VAL configuration, it is a regular parameter …
(edit) @4557 [4557] 5 weeks phk Update copyright messages of files significantly changed in 2010 so far.
(edit) @4556 [4556] 5 weeks phk White-space cleanup
(edit) @4555 [4555] 5 weeks phk Set Id keyword expansion
(edit) @4554 [4554] 5 weeks phk Set Id keyword expansion on these files.
(edit) @4553 [4553] 6 weeks kristian Remove old start_time code, replaced by VSL_stats->uptime
(edit) @4552 [4552] 6 weeks kristian Don't use edge-triggered mode in epoll Fixes #644
(edit) @4551 [4551] 6 weeks kristian Document .initial
(edit) @4550 [4550] 6 weeks phk Centralize default param changes for VM conservation on 32 bit systems. …
(edit) @4549 [4549] 6 weeks phk Close what might be a race, and assert that it doesn't happen: When we do …
(edit) @4548 [4548] 6 weeks phk Be much more paranoid about objhead refcounts
(edit) @4547 [4547] 6 weeks phk Comments with a warning I came close to forgetting
(edit) @4546 [4546] 6 weeks phk Don't stumble over zero pid fields.
(edit) @4545 [4545] 6 weeks phk Oops, don't override fetch failure status.
(edit) @4544 [4544] 6 weeks phk Add regression test for #495
(edit) @4543 [4543] 6 weeks phk Make sure we always close backend socket if the backend sends "Connection: …
(edit) @4542 [4542] 6 weeks phk Make it possible to check that varnish closes the backend socket.
(edit) @4541 [4541] 6 weeks phk Off-by-one bug prevented the actual failure from being displayed if -v …
(edit) @4540 [4540] 6 weeks phk Make critbit the default hasher.
(edit) @4539 [4539] 6 weeks phk Remove obj_workspace parameter. We autosize it for just what is needed.
(edit) @4538 [4538] 6 weeks phk Fix an edge-case in vrt_assemble_string(). You will still run out of …
(edit) @4537 [4537] 6 weeks phk Remove an uninitialized variable and print the right one.
(edit) @4536 [4536] 6 weeks phk Increase session_workspace to 64k on non-32bit systems.
(edit) @4535 [4535] 6 weeks phk Always send HTTP/1.1 back to the client.
(edit) @4534 [4534] 6 weeks phk Stylistic nit.
Note: See TracRevisionLog for help on using the revision log.