root/trunk/varnish-cache/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @4601 [4601] 12 days phk Add svn:keywords properties
(edit) @4591 [4591] 2 weeks phk Make the response argument a #defined size buffer, and assert that the …
(edit) @4590 [4590] 2 weeks phk Add a function to calculate the proper response to a AUTH challenge from …
(edit) @4588 [4588] 2 weeks phk Give VSS_open() a timeout argument.
(edit) @4582 [4582] 3 weeks phk Various flexelint inspired cleanups
(edit) @4581 [4581] 3 weeks phk Evict the [v]asprintf compat & configure stuff, we have stopped using …
(edit) @4572 [4572] 3 weeks phk Try to handle socket state calls that return errno's relating to the …
(edit) @4557 [4557] 4 weeks phk Update copyright messages of files significantly changed in 2010 so far.
(edit) @4555 [4555] 4 weeks phk Set Id keyword expansion
(edit) @4553 [4553] 4 weeks kristian Remove old start_time code, replaced by VSL_stats->uptime
(edit) @4520 [4520] 6 weeks phk Add the master and child pid's to the SHMFILE. If the master pid is …
(edit) @4519 [4519] 6 weeks phk Add a varnish "uptime" counter, which counts seconds of uptime for the …
(edit) @4497 [4497] 6 weeks phk The acceptor already has a back-off feature for when we run out of …
(edit) @4477 [4477] 7 weeks phk Take another trip over the CLI code, this time the help function.
(edit) @4475 [4475] 7 weeks phk Various flexelint silencings.
(edit) @4474 [4474] 7 weeks phk Move cli_dispatch into cli_serve.c and unroll stuff that only needs to be …
(edit) @4473 [4473] 8 weeks phk CLI reworking in the manager process. Use the new cli_serve stuff, as …
(edit) @4471 [4471] 8 weeks phk Add the unadultered cli command to struct cli, and make the default …
(edit) @4470 [4470] 8 weeks phk Have the child process use the new "CLI_serve()" functions to hand cli …
(edit) @4469 [4469] 8 weeks phk First attempt at unified, general "serve CLI requests" code. (not used …
(edit) @4458 [4458] 2 months phk Add a couple of macros for safely (assertedly) printing into a static …
(edit) @4450 [4450] 2 months phk Make it possible to use VSS_connect() for nonblocking connects.
(edit) @4449 [4449] 2 months phk Add TCP_hisname() function
(edit) @4446 [4446] 2 months phk Use assert(foo != NULL) rather than AN() to make this usable outside …
(edit) @4443 [4443] 2 months tfheen Include stdarg.h in compat/vasprintf.h Ensure we have va_list defined …
(edit) @4432 [4432] 2 months phk Finish yesterdays work, adding XML charset rules to VCT.
(edit) @4431 [4431] 2 months phk Add ability to tell if a char is valid "XML Name" or "XML Name Start".
(edit) @4429 [4429] 2 months tfheen Make sure to distribute vre.h too
(edit) @4428 [4428] 2 months tfheen Add string representations of TIME and RTIME Make it possible to get …
(edit) @4411 [4411] 3 months phk Significantly objectify directors, and have non-simple directors call …
(edit) @4405 [4405] 3 months phk Get rid of all reference to backend index numbers in the compiled VCL …
(edit) @4391 [4391] 3 months phk Eliminate the vrt_dir_simple structure, it is not really needed.
(edit) @4376 [4376] 4 months phk Eliminate the obj.hash hack. This was originally a quick hack to allow …
(edit) @4358 [4358] 4 months phk White-space cleanup megacommit.
(edit) @4356 [4356] 4 months phk Don't halfclose the backend polling TCP connection after sending the …
(edit) @4349 [4349] 4 months phk Hide GCC specific backtrace() compat function under a #ifdef. We do not …
(edit) @4336 [4336] 5 months kristian Add saintmode_threshold to backend definitions
(edit) @4334 [4334] 5 months tfheen Switch regex engine to PCRE We no longer use POSIX style regexes, but …
(edit) @4279 [4279] 5 months phk Get rid of some old assumptions and simplify things correspondingly: Move …
(edit) @4265 [4265] 5 months phk Bump the shmlog magic to make sure we catch incompatible formats.
(edit) @4264 [4264] 5 months phk Ohh, this tiny men with their mighty machines: Increase the ID field in …
(edit) @4236 [4236] 6 months phk Another FlexeLint? washing of the source.
(edit) @4235 [4235] 6 months phk Various FlexeLint? silencing
(edit) @4232 [4232] 6 months phk Add a new SHMLOG tag FetchError? and record why a backend fetch croaked.
(edit) @4231 [4231] 6 months phk Add a family of 9 counters to tell us how fetching from the backends …
(edit) @4226 [4226] 6 months phk Account for unresurrected persistent objects in their own stats counter to …
(edit) @4225 [4225] 6 months phk Add a counter for objhead allocations on the off-chance that they are what …
(edit) @4219 [4219] 6 months phk Expose the good string backslash implementation from argv.c and replace a …
(edit) @4216 [4216] 7 months phk More stats work. Add a parameter, so the worker thread gets forced to …
(edit) @4215 [4215] 7 months phk Work over the stats while I wait for -spersistent to crash: Move most of …
(edit) @4209 [4209] 7 months phk Silence some FlexeLint? warnings
(edit) @4208 [4208] 7 months kristian Saint mode: add beresp.saintmode to vcl_fetch. This allows us to put …
(edit) @4206 [4206] 7 months phk Add an experimental thread to lurk at the bottom of the ban-list and try …
(edit) @4190 [4190] 7 months phk Clean up the vcc generator script a little bit
(edit) @4188 [4188] 7 months phk I can never remember which of the two VCC generation scripts to run first, …
(edit) @4185 [4185] 7 months phk Add a ".initial" property to backend probe specifications. This is the …
(edit) @4177 [4177] 7 months phk Add a stats counter for backend connections which we came too late to …
(edit) @4176 [4176] 7 months phk Give vsb_quote() an optional length paramter (Pass -1 for strlen). Add a …
(edit) @4125 [4125] 9 months phk Remove unused struct size macros
(edit) @4112 [4112] 9 months sky make -werror work on OSX again .. check for daemon only if it isn't OSX as …
(edit) @4102 [4102] 9 months phk Properly constify svnid
(edit) @4100 [4100] 9 months phk Remove the vcl_timeout{} VCL callback. We had big plans for this …
(edit) @4099 [4099] 9 months phk Remove the vcl_discard{} facility, it does not seem to bring benefits …
(edit) @4098 [4098] 9 months des We already had a perfectly good daemon(3) implementation in the tree. All …
(edit) @4093 [4093] 9 months des Embed RCS tag in each compiled file.
(edit) @4070 [4070] 10 months phk Put an upper limit on how many sessions we will allocate before we just …
(edit) @4066 [4066] 10 months sky Allows you to turn off esi processing for a specific request using set …
(edit) @4063 [4063] 10 months phk More autocrappery.
(edit) @4059 [4059] 10 months phk Tell autocrap about compat/execinfo.h
(edit) @4058 [4058] 10 months phk Also remember compat execinfo.h file.
(edit) @4047 [4047] 10 months phk r4046 forgot to reset SO_LINGER for pipe handling which basically broke …
(edit) @4025 [4025] 11 months des Update Linpro copyright (about 3 months late). Someone should probably …
(edit) @4006 [4006] 12 months tfheen Include SVN revision in version string
(edit) @3983 [3983] 12 months sky Apple has deprecated an old function in 10.5, go use launchd instead
(edit) @3982 [3982] 12 months sky rename socket since it collides with a osx header definition and therefore …
(edit) @3975 [3975] 12 months phk Introduce VSL_Close() function so the same process can check multiple …
(edit) @3956 [3956] 12 months phk Remove now unused crc32 implementation
(edit) @3949 [3949] 12 months sky add new option to set the identity of a varnish instance and allow it to …
(edit) @3948 [3948] 12 months kristian Allow restart in vcl_error
(edit) @3947 [3947] 12 months sky Add server.hostname to get the hostname, it is only checked once so if the …
(edit) @3939 [3939] 12 months phk Save and restore bans from persistent storage. We append bans in all …
(edit) @3926 [3926] 12 months phk Relax struct packing asserts for now.
(edit) @3915 [3915] 12 months phk Forgot this in last commit
(edit) @3910 [3910] 12 months phk Don't pass range header to backend on miss. Fixes ticket #466
(edit) @3902 [3902] 12 months phk Minor nits
(edit) @3884 [3884] 12 months phk Remove the client source address accounting, it is unused and a …
(edit) @3878 [3878] 12 months phk Integrate the rest of bereq into the worker structure.
(edit) @3873 [3873] 12 months phk Make n_bereq a worker-thead buffered counter and thus precise. Any …
(edit) @3866 [3866] 13 months phk Add minimal facility for dealing with TELNET option negotiation in a way …
(edit) @3865 [3865] 13 months phk Add support for authenticating CLI telnet connections
(edit) @3838 [3838] 13 months phk TIMBER! Move the vcl_fetch{} execution up between fetching the headers …
(edit) @3834 [3834] 13 months phk Add a beresp.* variable family, which contains the backend response before …
(edit) @3832 [3832] 13 months phk Sorry, forgot to commit this file.
(edit) @3819 [3819] 13 months tfheen Make sure we ship persistent.h too
(edit) @3815 [3815] 13 months phk get close to reading segment table
(edit) @3810 [3810] 13 months phk The SHA256 is outside the signature struct
(edit) @3808 [3808] 13 months phk Create/validate the three signed tables (ban1+2, segments)
(edit) @3807 [3807] 13 months phk Add symbolic SHA256_LEN for the size of the digest.
(edit) @3806 [3806] 13 months phk Code to create, map and ident the storage silo
(edit) @3804 [3804] 13 months phk Bring in the first inkling of the persistent storage module
Note: See TracRevisionLog for help on using the revision log.