]> err.no Git - varnish/shortlog
varnish
2007-05-02 desTry fixing #95 again. The trick is that if we get...
2007-05-01 desAdd and document a ping_interval parameter which contro...
2007-05-01 desTwo minor logging fixes:
2007-05-01 desImprove the readability and debuggability of our tag...
2007-05-01 desAdd protective #ifdef.
2007-04-26 desForce CONFIG_SHELL to /bin/sh.
2007-04-26 phkAdd compat trick for clock_gettime()
2007-04-24 desEliminate warnings.
2007-04-24 desMove CFLAGS configuration to the bottom so it doesn...
2007-04-24 desMove CFLAGS configuration to the bottom so it doesn...
2007-04-24 desCorrectly detect the presence and location of all exter...
2007-04-22 desFurther eliminate fixed-size buffers.
2007-04-21 desMajor rewrite of the VSL handler for increased robustne...
2007-04-21 desStyle and whitespace cleanup + clarify comment explaini...
2007-04-21 desClarify synopsis / description
2007-04-19 phkWhen we have some amount of a chunk header, but not...
2007-04-19 phkEmit acl matching code to the function body.
2007-04-19 phkStandards compliance: fputs(3) returns non-negative...
2007-04-11 phkNeed to find other way to shut up flexelint.
2007-04-11 phkRemember to initialize C_flag and don't exit in far...
2007-04-09 phkAdd scripts to run flexelint over VCL compiler output
2007-04-09 phkFix stylistic Flexelint unhappiness with the compiled...
2007-04-09 phkAdd a -C argument, which compiles the VCL (either defau...
2007-04-09 phkTwo missing NULL initializations.
2007-04-09 phk<queue.h> is a local #include in varnish, so use "queue.h"
2007-04-09 phkMove the function that pushes the compiled VCL programs...
2007-04-01 phkremove XXX comment which no longer applies
2007-04-01 phkVarious nitpicking prompted by flexelint
2007-04-01 phkFix char position in error messages to be [1...] instea...
2007-04-01 phkUpdate
2007-04-01 phkRemove unused METHOD token.
2007-04-01 phkMove backend parsing into a separate file.
2007-04-01 phkEliminate the "proof of concept" tokens that were never...
2007-04-01 phkImplement the returns with the new ID based table and...
2007-04-01 phkIntroduce table based search for actions, and make...
2007-04-01 phkSplit the parsing of actions into a separate file,...
2007-04-01 phkI got confused about the terminology. An action is...
2007-03-31 phkBetter syntax checking of "set" statements.
2007-03-31 phkFix typo, so we correctly recognize '-=' as T_DECR...
2007-03-31 phkPidgin BNF syntax of VCL
2007-03-31 phkOverhaul cross reference checks in vcc compiler
2007-03-31 phkImprove error message layout and information.
2007-03-30 phkOverhaul compiler to get rid of memory leaks and other...
2007-03-30 desRewrite using sbufs.
2007-03-29 desThe argv length calculation was not only off by one...
2007-03-28 desExpand and track recent changes.
2007-03-28 desActual default max is 1000, not infinity.
2007-03-24 phkTwist the compiler logic around a bit.
2007-03-24 phkSplit off the parsing from vcc_compile.c into vcc_parse.c
2007-03-24 phkuse tl-> consistently
2007-03-09 phkImplement a facility for source file modularization...
2007-03-08 phkMake Varnish able to accept connections from multiple...
2007-03-08 phkAdd missing "volatile" qualifiers on generic tweakers.
2007-03-07 phkAdd a bit of garbage collection to yesterdays change...
2007-03-06 phkHaving thought long and hard about this, commit what...
2007-02-27 bahnerPostremove for debian
2007-02-27 bahnernumeric value for VARNISH_MAX_WORKER_THREADS
2007-02-23 desInclude Debian and RedHat package metadata in the tarba...
2007-02-23 desConsistently use UTF-8 for non-ASCII characters.
2007-02-20 desDoh! Fix more -w lossage.
2007-02-20 desCorrect misunderstanding regarding -w.
2007-02-16 knutroyUpdated regression test framework so that it runs ...
2007-02-06 knutroyUpdated regression test framework, but more work is...
2007-01-30 phkForgotten commit:
2007-01-29 phkThings you didn't know about C, #7212:
2007-01-22 phkExpend a lock on keeping the backend statistics consistent.
2007-01-22 phkThe getaddrinfo(3) API does not tell us the TTL value...
2007-01-22 phkUse struct assignment to overcome volatile poisoning.
2007-01-22 phkCache the workspace size from params so it doesn't...
2007-01-22 phkMake params volatile so changes are discovered.
2007-01-22 phkAllow automake version 1.10
2007-01-10 desUnfinished regression test framework which knutroy...
2007-01-02 phkPolish as result of flexelint run and record a couple...
2006-12-18 knutroyFixed double declaraction error on systems having both...
2006-12-05 desBetter workaround for FreeBSD autotools brokenness.
2006-12-05 phkMake the statfs(3)/statvfs(3) dictomy actually work.
2006-12-05 phkAdd a FreeBSD workaround while des@ tries to get autocr...
2006-12-05 phkNetBSD Portability fix:
2006-11-08 ingvarRemoved the usage of -w in the initscript until that...
2006-11-08 desRewrite tackle_warg(): don't override the default max...
2006-11-08 desRemove printf() from signal handler.
2006-11-03 bahnerAdding lintian-overrides for debian acceptance
2006-11-02 desAs per ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt...
2006-10-23 bahnerLintian overrides for debian-acceptance
2006-10-23 bahnerPreliminary LSB compliance in init-scripts
2006-10-19 bahnerBumped version to 1.0.2 proper
2006-10-19 bahnerReverted accidental reversion of dependencies
2006-10-19 ingvarAdded a vendor tag to the rpm package.
2006-10-19 ingvarAdded build scripts for Red Hat rpm package
2006-10-19 desCapitalize.
2006-10-19 desAdditional commentary
2006-10-19 desAdd sample VCL config.
2006-10-17 desAdditional details about global variables.
2006-10-13 bahnerChange debian/copyright to refer to Subversion
2006-10-13 bahnerChanged storage location of backend storage to be FHS...
2006-10-12 bahner Added build dependency on libncurses-dev and a runtime...
2006-10-12 bahnerCleaned up and remembered a todo item.
2006-10-12 bahnerAdded init-scripts and configuration files for Debian.
2006-10-10 desAdd an example based on VG's PURGE code.
2006-10-10 bahnerBumped automake dependency to automake 1.9
next