root/trunk/varnish-cache/include


Mode:

Legend:

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