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