January 2015 Archives by thread
Starting: Fri Jan 2 02:00:56 CET 2015
Ending: Fri Jan 30 20:28:30 CET 2015
Messages: 297
- [master] 3769f02 Instruct Travis to test using clang and gcc
Federico G. Schwindt
- [master] 344f794 Properly throw return values away.
Poul-Henning Kamp
- [master] 02adb47 Slim this table down to 80 char width like all other source files.
Poul-Henning Kamp
- [master] 3ba899d Be more consistent about per-hop/end-to-end headers.
Poul-Henning Kamp
- [master] 8ba2941 Add a test-case for r01644, even though I cannot reproduce the problem, it may be a platform thing, in which case Jenkins should go Technicrome after this commit...3...2...1...
Poul-Henning Kamp
- [master] abd320a Language nit from herrpaco at github
Poul-Henning Kamp
- [master] 6113d5d Minor typos from dbs at github
Poul-Henning Kamp
- [master] 18f1f7a Use VFIL_readfile() rather than home-rolled function.
Poul-Henning Kamp
- [master] a5a45d6 Typo
Federico G. Schwindt
- [master] 5cceef8 Stop using deprecated stats formats
Federico G. Schwindt
- [master] 452852f Fix implicit cache hit reporting in X-Varnish
Nils Goroll
- [master] 17dcc37 Add test for the empty and non-existing varied-upon header resulting in individual cache objects
Nils Goroll
- [master] 091d231 Cleanup the seen_methods bitfield when done with a task
Nils Goroll
- [master] 7d0216d Use a bit field for request flags
Nils Goroll
- [master] 5048ac5 create let functions based on the w bit of the table definition
Nils Goroll
- [master] a07f032 better formatting for bo flags panic string. remove additional is_prefix
Nils Goroll
- [master] 468a047 Expose is_hit to VCL as resp.is_hit
Nils Goroll
- [master] 7192541 Revert "Expose is_hit to VCL as resp.is_hit"
Nils Goroll
- [master] 382c528 obj.hits == 0 now realiably indicates a non-hit (miss or pass)
Nils Goroll
- [master] 530eaf0 De-generalize resp.backend.ip. In the future backends may not have IP numbers.
Poul-Henning Kamp
- [master] adca4ad Rename dir->getfd() to dir->gethttp1fd() and don't assume that the director has it.
Poul-Henning Kamp
- [master] 57ff510 varnishtest: fail inequality comparisons if either side is undef'ed
Nils Goroll
- [master] 155f11a Adding the default Host: header is a matter between the backend and V1F, it has nothing to do with the VDI layer.
Poul-Henning Kamp
- [master] 8c090be Put V1P(ipe) processing firmly below VBE, and access it through VDI.
Poul-Henning Kamp
- [master] 339c88c Update schema definition
Federico G. Schwindt
- [master] f8d8c89 Indent
Federico G. Schwindt
- [master] 99cc7a7 Sort options and remove undocumented alias
Federico G. Schwindt
- [master] 0302e16 Expire superseded objects also if they are no IMS/INM candidates
Nils Goroll
- [master] e39ac61 Bump serial
Federico G. Schwindt
- [master] a7ee2b7 Sort options, fix spelling and update formats
Federico G. Schwindt
- [master] 22600aa Add an official VSA_Clone() function.
Poul-Henning Kamp
- [master] 356144b Use precise argument type
Poul-Henning Kamp
- [master] a6ad0ea Update varnish-counters(7)
Federico G. Schwindt
- [master] a36ad63 Move the cache_waiter stuff from cache.h to waiter.h
Poul-Henning Kamp
- [master] eb65a57 Start weaning waiters off sessions.
Poul-Henning Kamp
- [master] 917566c Pass a (dummy) handler argument into waiter-instantiation
Poul-Henning Kamp
- [master] df7a865 Pass the handling function (SES_Handle) as param to WAIT_Init() and call back into that from the waiters.
Poul-Henning Kamp
- [master] 55ea33a Missing semicolon
Poul-Henning Kamp
- [master] b2731b8 another missing semicolon
Poul-Henning Kamp
- [master] ab4018d Make the waiter per session pool
Poul-Henning Kamp
- [master] 178b065 Add req_flags.h to Makefile
Poul-Henning Kamp
- [master] c0613e9 Try to make this compile again
Poul-Henning Kamp
- [master] a0e052c Rename "struct waiter" to "struct waiter_impl", so we can repurpose the former for an instance of a waiter.
Poul-Henning Kamp
- [master] f1da3c4 Implement "struct waiter" for a waiter instance
Poul-Henning Kamp
- [master] bbf9e25 Change calling convenction of WAIT_Enter() to be sess agnostic
Poul-Henning Kamp
- [master] 8ff174a Add a pointer arg for waiter->init to generalize the handling for waiters which pass over a pipe.
Poul-Henning Kamp
- [master] 07cf9e5 unify the waiter->pass for the common case
Poul-Henning Kamp
- [master] fcbc795 Add a "struct waited" for FD's being waited on, and make it possible to allocate it as part of the "real" structure owning the fd.
Poul-Henning Kamp
- [master] 86a9156 Fix epoll
Poul-Henning Kamp
- [master] 5ea1572 More epoll fixes
Poul-Henning Kamp
- [master] 8668010 Try to make epoll waiter work again
Poul-Henning Kamp
- [master] 55918a6 Try to fix waiter ports
Poul-Henning Kamp
- [master] 363fde2 Remove the unused per random director struct bitmap
Martin Blix Grydeland
- [master] a49d550 Always take the number of healthy backends into account when selecting a backend by weight.
Martin Blix Grydeland
- [master] 5d28479 Fix vcl.show -v handling with no VCL
Federico G. Schwindt
- [master] d6ef2cd Normalise help output
Federico G. Schwindt
- [master] 6109c1d Pass pointer to the timeout variable into the waiter on creation.
Poul-Henning Kamp
- [master] e4289bb Add descriptive comment
Poul-Henning Kamp
- [master] e5261b2 Polish
Poul-Henning Kamp
- [master] 87cb4ae Have VTCP_connect() also call socket(2), I have no idea why it didn't just do that from the start.
Poul-Henning Kamp
- [master] 7970b7e White space nits
Poul-Henning Kamp
- [master] 6f53e59 Typo
Poul-Henning Kamp
- [master] 672efcf Typo
Poul-Henning Kamp
- [master] a6a74b1 Rename HTTP_Init() to the more precise HTTP_RxInit() and relieve it of the job of setting htc->fd.
Poul-Henning Kamp
- [master] 07b8a99 Wean V1F_fetch_hdr() of struct vbc which should be and now is an internal matter in cache_backend_*
Poul-Henning Kamp
- [master] cab1d55 Add VSA_Get_Proto() to find out what protocol it is.
Poul-Henning Kamp
- [master] edf9ecc Add "tcp_pools" which is where struct vbc is headed now.
Poul-Henning Kamp
- [master] 63d3cdd Remove unexistent cli command and comment
Federico G. Schwindt
- [master] bbd4e79 Collapse multiple X-Forwarded-For headers
Federico G. Schwindt
- [master] 3864e66 Move the vbc list into the new tcp_pool class.
Poul-Henning Kamp
- [master] bf43a64 Split waiter stuff into private and public headers
Poul-Henning Kamp
- [master] 61a8700 Bump copyright.
Lasse Karstensen
- [master] 777bbff Slight shuffling of deskchairs.
Poul-Henning Kamp
- [master] cbdb487 More shuffling deskchairs in waiters.
Poul-Henning Kamp
- [master] 3dc7838 Start generalizing the pipe-passing stuff for waiters
Poul-Henning Kamp
- [master] 65fbdd2 More rearranging the deskchairs in waiters
Poul-Henning Kamp
- [master] 493f975 Convert waiter_poll to the central pipe code
Poul-Henning Kamp
- [master] 6862bb6 Update copyright statement.
Lasse Karstensen
- [master] 1972905 Change epoll waiter to use common pipe code.
Poul-Henning Kamp
- [master] 2670d13 Forgotten copyrights in the last commit.
Lasse Karstensen
- [master] fcea2a9 Forgotten meta copyright update.
Lasse Karstensen
- [master] 1481db2 Fix oversight
Poul-Henning Kamp
- [master] 1dc9a5c Move eviction to the common pipe implementation
Poul-Henning Kamp
- [master] 2b72a16 Undo test-hack
Poul-Henning Kamp
- [master] 1520837 Systematic rename to make things consistent
Poul-Henning Kamp
- [master] b9d8796 Centralise the timer/poker function of pipe-based waiters, so that we can avoid thundering-herd/resonance phenomena when we have multiple waiters.
Poul-Henning Kamp
- [master] 197bc2a Cache the next idle value rather than frob the waited list.
Poul-Henning Kamp
- [master] 6493630 Give the pipe-waited structure a regular timestamp, and recycle it as appropriate.
Poul-Henning Kamp
- [4.0] f38f446 Document -v param in vcl.show
Lasse Karstensen
- [4.0] 79f4c29 Document how comments work in VCL.
Lasse Karstensen
- [4.0] b338ff8 Spelling
Lasse Karstensen
- [4.0] 0077964 document bereq.uncacheable and beresp.uncacheable
Lasse Karstensen
- [4.0] d68e896 document keep
Lasse Karstensen
- [4.0] b105356 document some more object variables
Lasse Karstensen
- [4.0] 74cae57 make bereq.uncacheable read-only outside backend_fetch
Lasse Karstensen
- [4.0] 8e7e7fb Include the Varnish version on panic
Lasse Karstensen
- [4.0] 836c461 vcl_pass might return fetch, not pass
Lasse Karstensen
- [4.0] a0a757c Skip the argument names when writing the prototypes
Lasse Karstensen
- [4.0] e51095a document vcl_synth
Lasse Karstensen
- [4.0] 399c592 typo
Lasse Karstensen
- [4.0] a87c23f Update forgotten varnishlog example to 4.0 syntax.
Lasse Karstensen
- [4.0] e9326e4 Remove description lint.
Lasse Karstensen
- [4.0] ebc440d Improve counter descriptions.
Lasse Karstensen
- [4.0] 34305d8 whitespace ocd before further editing
Lasse Karstensen
- [4.0] a6c25df move the label to the right place
Lasse Karstensen
- [4.0] 40127a9 Remove more varnishsizes references
Lasse Karstensen
- [4.0] 897ea66 Docfix: Make SLT_TTL format match with reality.
Lasse Karstensen
- [4.0] af3a0d9 Update examples
Lasse Karstensen
- [4.0] 795bc31 Fix the leaking req on failure to put a waiting-list session back in play in a way that does not lead to panics.
Lasse Karstensen
- [4.0] f7b3ef7 Report error in STV_FileSize on empty file and no size specified
Lasse Karstensen
- [4.0] 551e0de Bail out with arg error if specifying a size larger than the file system size
Lasse Karstensen
- [4.0] d0227a5 Remove default size from -sfile
Lasse Karstensen
- [4.0] f4327a5 Fix varnishd usage line order
Lasse Karstensen
- [4.0] 55154c9 Fix varnishd usage output typo
Lasse Karstensen
- [4.0] a80a788 Permit uppercase letters in vmod.vcc identifiers.
Lasse Karstensen
- [4.0] 6deca86 Avoid assertion failure in VCC if the first symbol encountered in VCL is not an ID
Lasse Karstensen
- [4.0] 8c7e938 Prefer exact matches in varnishadm backend.set_health.
Lasse Karstensen
- [4.0] 5514c5d Document current behavior of backend.set_health
Lasse Karstensen
- [4.0] e249de5 Be consistent in formatting headlines.
Lasse Karstensen
- [4.0] 3c22180 Copy over additions to changes.rst from 3.0 branch.
Lasse Karstensen
- [4.0] 029f801 Add release dates.
Lasse Karstensen
- [4.0] 8dafc1c Use correct bug number.
Lasse Karstensen
- [4.0] 28b0e61 Remove duplicate target name.
Lasse Karstensen
- [4.0] fef3fb4 Drop duplicate ref
Lasse Karstensen
- [4.0] 9557bcf Fix typo
Lasse Karstensen
- [4.0] ea4ab11 This should be plural.
Lasse Karstensen
- [4.0] 728620a Unit has changed as well
Lasse Karstensen
- [4.0] eaa05ac Use units consistently
Lasse Karstensen
- [4.0] 60689ed More changes from varnish 3 and some specific to master
Lasse Karstensen
- [4.0] 05376e6 Use parameter instead of param.
Lasse Karstensen
- [4.0] 6a7e22f Improve the long description of counters.
Lasse Karstensen
- [4.0] 817e534 GC, Kristian says is no longer needed
Lasse Karstensen
- [4.0] 153e2cd Plural
Lasse Karstensen
- [4.0] 91d144e Consistent use of name, mention parameter.
Lasse Karstensen
- [4.0] 39349f4 Spelling
Lasse Karstensen
- [4.0] 0672a5e Use n + hist_buckets as hit flag in varnishhist bucket history
Lasse Karstensen
- [4.0] 1588b75 Make obj.uncacheable available in vcl_deliver
Lasse Karstensen
- [4.0] 60a4f5d Turn bereq.uncacheable read-only
Lasse Karstensen
- [4.0] 223351d Doc applies to both backend.list and backend.set_health
Lasse Karstensen
- [4.0] b9255f9 Update description
Lasse Karstensen
- [4.0] 4aa8219 White space nit
Lasse Karstensen
- [4.0] 00c133a Fix example
Lasse Karstensen
- [4.0] cb275cc Add changes list for future 4.0.3.
Lasse Karstensen
- [4.0] 982d27c Add std.cache_req_body to call VRT_CacheReqBody from VCL
Lasse Karstensen
- [4.0] 088d708 More canonical debug format for vmod_cache_req_body as suggested by fgs
Lasse Karstensen
- [4.0] 6b28848 minor polish
Lasse Karstensen
- [4.0] 01b4e4a Move obj.hits to struct objcore. This gives us a separate hits counter per object, in line with the functionality as it was in Varnish 3.0.
Lasse Karstensen
- [4.0] efdd025 Fix lookbehind handling in regsuball
Lasse Karstensen
- [4.0] 9f5a153 Get the name token out of the way prior to looking for a ', ' or ')'.
Lasse Karstensen
- [4.0] 802f2ff Polish
Lasse Karstensen
- [4.0] a710884 Remove the 80% file system free space check
Lasse Karstensen
- [4.0] ed6fda4 Don't allow relative sizes for stevedore file size
Lasse Karstensen
- [4.0] 9e622f9 Test the return value more closely
Lasse Karstensen
- [4.0] 7109f80 Remove dead code and extra newlines
Lasse Karstensen
- [4.0] 2f97e7d Test case for #1627
Lasse Karstensen
- [4.0] 785458f Add info about X-F-F
Lasse Karstensen
- [4.0] db1185d Restore the default SIGSEGV handler during pan_ic
Lasse Karstensen
- [4.0] 83da2ec Ensure bo is set should we panic in VBO_DerefBusyObj
Lasse Karstensen
- [4.0] d53f18d Export the VRT runtime version.
Lasse Karstensen
- [4.0] 304f203 Rework example
Lasse Karstensen
- [4.0] fc0eaa7 Extract gitref using same method as debs.
Lasse Karstensen
- [4.0] c84d1f8 Reduce fetch_chunksize to 16k as agreed on VDD14Q4.
Lasse Karstensen
- [4.0] 7ca03c7 Sort options
Lasse Karstensen
- [4.0] 8f1981e Update examples
Lasse Karstensen
- [4.0] 497897e bump the varnishtest CLI timeout from 20 to 30 seconds
Lasse Karstensen
- [4.0] 7b7e76e White space OCD.
Lasse Karstensen
- [4.0] e28c0a0 Remove trailing white space.
Lasse Karstensen
- [4.0] 8bfe2e3 Typo
Lasse Karstensen
- [4.0] 7665b41 Add links to bug reports.
Lasse Karstensen
- [4.0] 7ecfc0b Improve systemd service units
Lasse Karstensen
- [4.0] 2ecbcb4 Add STRING + REAL support
Lasse Karstensen
- [4.0] e81ee6e Permit to compare 2 times using standard operators
Lasse Karstensen
- [4.0] 767a891 Add a missing ',' in pan_req panic string
Lasse Karstensen
- [4.0] 7e80a5d Clarify comment
Lasse Karstensen
- [4.0] d381e24 Relax an assertion for the IMS update candidate object
Lasse Karstensen
- [4.0] 3fbeda8 Varnishncsa escapes non-printable chars.
Lasse Karstensen
- [4.0] 05765d4 %hh length modifier added for non-printabale chars.
Lasse Karstensen
- [4.0] cd8f905 Correct synopsis
Lasse Karstensen
- [4.0] 372e5a3 Update tags
Lasse Karstensen
- [4.0] 8bfe4de Instruct Travis to test using clang and gcc
Lasse Karstensen
- [4.0] 132c009 Slim this table down to 80 char width like all other source files.
Lasse Karstensen
- [4.0] d4c30d5 Language nit from herrpaco at github
Lasse Karstensen
- [4.0] 17cdf89 Minor typos from dbs at github
Lasse Karstensen
- [4.0] e73be76 Typo
Lasse Karstensen
- [4.0] 2de6a95 varnishtest: fail inequality comparisons if either side is undef'ed
Lasse Karstensen
- [4.0] 30e2053 Update schema definition
Lasse Karstensen
- [4.0] 44d9e96 Indent
Lasse Karstensen
- [4.0] 4c03990 Sort options and remove undocumented alias
Lasse Karstensen
- [4.0] 3af02e6 Sort options, fix spelling and update formats
Lasse Karstensen
- [4.0] 810e82b Update varnish-counters(7)
Lasse Karstensen
- [4.0] 5209364 Remove the unused per random director struct bitmap
Lasse Karstensen
- [4.0] b8a4bb6 Fix vcl.show -v handling with no VCL
Lasse Karstensen
- [4.0] 5be6078 Normalise help output
Lasse Karstensen
- [4.0] 2f5d19f Remove leaked snippet.
Lasse Karstensen
- [4.0] 3e8874e Collapse multiple X-Forwarded-For headers
Lasse Karstensen
- [4.0] 62c20c7 define AS_COPY_VAR in varnish.m4 if not already defined (autoconf < 2.63b) found at: http://www.open-mpi.org/community/lists/devel/2010/09/8472.php
Lasse Karstensen
- [4.0] 12a6d79 Bump serial
Lasse Karstensen
- [4.0] 1ac441b Add std.time()
Lasse Karstensen
- [4.0] 13d7ff6 Add T to ISO8601 format.
Lasse Karstensen
- [4.0] a4d271d Add Range error handling with HTTP 416.
Lasse Karstensen
- [4.0] fc3d123 Nils patch for retrying partial fetches, with minor changes by me.
Lasse Karstensen
- [4.0] 97da7f3 Continuously update our total object size estimate when cond-fetching a still-being-streamed object.
Lasse Karstensen
- [4.0] 2b931fe Handle template object failures during condfetch
Lasse Karstensen
- [4.0] 08b7150 Prepare 4.0.3-beta1.
Lasse Karstensen
- [4.0] b7f9d3f Prepare 4.0.3-rc1.
Lasse Karstensen
- [4.0] eea73f6 Fix minor RST formatting errors.
Lasse Karstensen
- [master] 4e7516a Add new waiters under lock to prevent races with the timer thread.
Poul-Henning Kamp
- [master] 5566ce9 Use the common timer facility
Poul-Henning Kamp
- [master] 091895c Spelling and indent
Federico G. Schwindt
- [master] 872f5a9 Add a backslash to fix the latex build
Per Buer
- [master] e726134 Sync with reality
Federico G. Schwindt
- [master] 647e7fa Fix a theoretical resource leak spotted by Coverity: If we are out of malloc space: we leak memory while we collapse.
Poul-Henning Kamp
- [master] 5927ca2 Call cleanup functions in correct order.
Poul-Henning Kamp
- [master] ce7b751 Zero the pointer when we free a miniobj
Poul-Henning Kamp
- [master] b46b256 Roll tcp pools all the way in.
Poul-Henning Kamp
- [master] 790ebc5 Comment polishing
Poul-Henning Kamp
- [master] 97adb56 Make the compiled vcl a tad less confusing
Poul-Henning Kamp
- [master] d60d80d Move responsibility for discarding backend probes.
Poul-Henning Kamp
- [master] 93b6da1 Introduce the VCL_EVENT_ACTIVATE which is posted before vcl.use takes effect. Use this to move backend probes as appropriate.
Poul-Henning Kamp
- [4.0] 29e4a01 If we fail to reschedule from the waiting list, we ditch the entire waiting list in an attempt to recover.
Lasse Karstensen
- [4.0] 51cee0b Don't attempt to run the fetch in the request thread if there are no threads available in the pool, fail the fetch and count it.
Lasse Karstensen
- [4.0] 653a9ea Keep the fetch thread busyobj pointer-ref separate from the client thread pointer-ref, and deref it on thread scheduling failure.
Lasse Karstensen
- [master] 5dd5f9d Miniobj-ify the compiled backend and probe structs
Poul-Henning Kamp
- [master] dcdb236 Do away with the dedicated vbe_dir structure by giving director two private members.
Poul-Henning Kamp
- [master] e8bfec1 Improve std.syslog documentation and example
Federico G. Schwindt
- [master] 3f2c0b0 Rework some examples
Federico G. Schwindt
- [master] 4776a39 Fix example
Federico G. Schwindt
- [4.0] b661f7e Don't attempt range delivery on a synth response
Martin Blix Grydeland
- [master] d034148 Add the scaffolding for destroying waiters, now I just need to make it also work.
Poul-Henning Kamp
- [master] ef6918d Attempt to implement waiter destruction in kqueue and poll waiters.
Poul-Henning Kamp
- [master] ab09f23 typo
Poul-Henning Kamp
- [master] 500c656 More typos
Poul-Henning Kamp
- [master] 336f2eb Correctly account for the entire terminator space needed when checking vary length
Martin Blix Grydeland
- [master] 738a138 Add a pointless break for Coveritys sake
Poul-Henning Kamp
- [master] bab3db5 Fix typo
Federico G. Schwindt
- [4.0] d4152ea Sync with reality
Lasse Karstensen
- [4.0] de40d3e Install _all_ headers under ${prefix}/include/..
Lasse Karstensen
- [4.0] ef24169 Fix out-of-tree builds
Lasse Karstensen
- [4.0] 42f33cd Minor typo in varnishsizes' -P documentation
Lasse Karstensen
- [4.0] 0a61894 complete overhaul of vcl-built-in-subs.rst documentation
Lasse Karstensen
- [4.0] 83e40df Install _all_ headers under ${prefix}/include/..
Lasse Karstensen
- [4.0] 06056e3 Be more consistent about per-hop/end-to-end headers.
Lasse Karstensen
- [4.0] afbe27c Introduce "VRT_CTX" as a shorthand macro for "const struct vrt_ctx *ctx"
Lasse Karstensen
- [4.0] b62b011 Preparing for a 4.0.3-rc2.
Lasse Karstensen
- [master] 48d6d38 Minor fixes to make destroying waiters work
Poul-Henning Kamp
- [master] 06faac1 Define a debug bit to mark that we are running under varnishtest control and always set it in varnishtest
Poul-Henning Kamp
- [master] cf85e6c Hook a waiter up to each backend connection pool.
Poul-Henning Kamp
- [master] 0828ff5 Try to work around the epoll waiters weird policy of keeping listening.
Poul-Henning Kamp
- [master] 1c406a2 Disable the epoll waiter temporarily to see if things work at least a little bit on Linux.
Poul-Henning Kamp
- [master] 4d9f776 Convert pointers to uintptr_t before sticking them in the pipe.
Poul-Henning Kamp
- [master] 6a04b34 Tell the waiter (if necessary) that we steal a filedescriptor, not all of them find out on their own.
Poul-Henning Kamp
- [master] dcf2a20 Remove unwarranted asserts.
Poul-Henning Kamp
- [master] e819618 Varnishncsa logs the first value if on request side and uses the last entry if on delivery side.
arianna-aondio
- [master] e8d8934 Fix logic in frag_fields
Martin Blix Grydeland
- [master] ef03e1c Try another strategy to marry waiters to backend connection pools.
Poul-Henning Kamp
- [master] 6924df1 Always close under the mutex
Poul-Henning Kamp
- [master] ec5a9a3 Only shutdown(SHUT_WR) sockets put on the kill list, that way the waiter still has a FD to work with.
Poul-Henning Kamp
- [master] 757aef1 Re-enable the epoll waiter
Poul-Henning Kamp
- [master] 2685b98 Forgot how the waiter soft-c was allocated.
Poul-Henning Kamp
- [master] dc1059d Add a rudimentary number comparison feature, to avoid failures like:
Poul-Henning Kamp
- [master] 679f823 Use install instead of cp.
Lasse Karstensen
- [4.0] 5fd1fcb Prepare 4.0.3-rc2.
Lasse Karstensen
- [4.0] 99a676a Correct forgotten references to bug reports.
Lasse Karstensen
- [4.0] 82e5615 Remove reference only valid in master.
Lasse Karstensen
- [4.0] ac3bbf0 Use install instead of cp.
Lasse Karstensen
- [4.0] 1c64de2 Update to 4.0.3-rc2 in redhat packaging file.
Lasse Karstensen
- [4.0] 4e3aa51 Escape question marks in C-strings to avoid accidentally generating tri-graphs.
Lasse Karstensen
- [master] 0a1606e Whitespace
Federico G. Schwindt
- [master] 728fa08 Assume >, >=, <, <= only apply to numbers
Federico G. Schwindt
- [master] b9c2c79 Revert "Use install instead of cp."
Lasse Karstensen
- [4.0] 1f31dc1 Revert part of ac3bbf09. (install / cp)
Lasse Karstensen
- [master] d2705d2 Make sure generate.py is only ran once also for parallel make.
Dag Haavi Finstad
- [4.0] eabea70 Bug 1566 is fixed.
Lasse Karstensen
- [master] 5cb82e1 Drop duplicate table definitions for the counter tables.
Martin Blix Grydeland
- [master] 26f659f Be consistent with the parameter naming on VSC_F macro definitions
Martin Blix Grydeland
- [master] 3c5b6ec Drop deprecated 'a' and 'i' counter formats from table definition
Martin Blix Grydeland
- [master] 52b0e59 Redo the vsc_fields.h table definition
Martin Blix Grydeland
- [master] f46e5c7 Add a display format field to the VSC_F table
Martin Blix Grydeland
- [master] 96f5919 Add the presentation field to the structures in libvarnishapi. *This breaks the API*
Martin Blix Grydeland
- [master] bd35552 Use the presentation mode for controlling the way a field is rendered in varnishstat
Martin Blix Grydeland
- [master] 9863f3e Increase column with by 1 to allow space for a scaling factor
Martin Blix Grydeland
- [master] ac96796 Add a 'e' key binding in varnishstat to disable/enable scaling of values
Martin Blix Grydeland
- [master] 3e01fce Add a new display mode for 'B' (bytes) presentation type counter values
Martin Blix Grydeland
- [master] ca16533 Change presentation from 'i' (integer) to 'B' (bytes) for VSM counters representing bytes.
Martin Blix Grydeland
- [master] bafe805 Add a 'd' duration presentation type to VSM counters
Martin Blix Grydeland
- [master] 5b3568c Show duration as time value when scaling
Martin Blix Grydeland
- [master] 29e361e Make the arrows showing more data more prominent
Martin Blix Grydeland
- [master] 42083b8 Add a a-b/n point total in the bottom status bar
Martin Blix Grydeland
- [master] 60018c5 Strip paths in backtraces.
Poul-Henning Kamp
- [master] 7aee4eb Switch to the POSIX.2 "standard" nm output format, hoping for better portability of our backtrace hack.
Poul-Henning Kamp
- [master] 7d9bf68 Attempt to teach the Solaris/Ports waiter how to quit
Poul-Henning Kamp
- [master] e4965f0 Package up moved header files.
Lasse Karstensen
- [master] dac42e4 Walk back libvarnishapi1 part of e4965f006.
Lasse Karstensen
- [master] 6a94991 Walk back more *.so changes.
Lasse Karstensen
- [4.0] 1b96340 Prepare 4.0.3-rc2 (proper).
Lasse Karstensen
- [master] ffc2b8e Try to make this test a tad more robust
Poul-Henning Kamp
- [master] a281a10 Fix vmod priv doc typo.
Dag Haavi Finstad
Last message date:
Fri Jan 30 20:28:30 CET 2015
Archived on: Fri Jan 30 20:28:31 CET 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).