2006-08-23 |
phk | unused variable. |
commit | commitdiff | tree | snapshot |
2006-08-23 |
phk | Handle backend connection error in pass mode with a 503 |
commit | commitdiff | tree | snapshot |
2006-08-23 |
phk | Fill shmem log with the reply |
commit | commitdiff | tree | snapshot |
2006-08-23 |
phk | grammar police. |
commit | commitdiff | tree | snapshot |
2006-08-23 |
phk | Teach RES_Error() about the canonical response code... |
commit | commitdiff | tree | snapshot |
2006-08-23 |
phk | Move defaults from varnishd.c to mgt_param.c and use... |
commit | commitdiff | tree | snapshot |
2006-08-23 |
phk | If CLI is NULL, use stdout. |
commit | commitdiff | tree | snapshot |
2006-08-22 |
phk | Implement "error" in vcl_hit() |
commit | commitdiff | tree | snapshot |
2006-08-22 |
phk | Redraw must be checked when we update, we cannot trust |
commit | commitdiff | tree | snapshot |
2006-08-22 |
phk | Optimize shmlog writing: |
commit | commitdiff | tree | snapshot |
2006-08-22 |
phk | Consistent naming of mutex |
commit | commitdiff | tree | snapshot |
2006-08-22 |
des | Allow the delay between screen updates to be specified... |
commit | commitdiff | tree | snapshot |
2006-08-22 |
des | Correct the error check for write(). |
commit | commitdiff | tree | snapshot |
2006-08-22 |
des | Slight optimization: use strlcpy() to avoid calloc(). |
commit | commitdiff | tree | snapshot |
2006-08-22 |
phk | Swap the '|' and '#' symbols so '#' means "miss", that... |
commit | commitdiff | tree | snapshot |
2006-08-22 |
phk | Use different marks for hit & miss |
commit | commitdiff | tree | snapshot |
2006-08-22 |
phk | Eliminate the MD5 optional code. There is no sufficien... |
commit | commitdiff | tree | snapshot |
2006-08-22 |
des | Expand keywords. |
commit | commitdiff | tree | snapshot |
2006-08-22 |
des | Allow an empty address if a port is specified; thus... |
commit | commitdiff | tree | snapshot |
2006-08-22 |
phk | Additional marginal improvement: |
commit | commitdiff | tree | snapshot |
2006-08-22 |
phk | Rework the classic hasher to reduce lock contention... |
commit | commitdiff | tree | snapshot |
2006-08-22 |
des | Add cache_acceptor.h to noinst_HEADERS. |
commit | commitdiff | tree | snapshot |
2006-08-22 |
des | Add strndup() to libcompat. |
commit | commitdiff | tree | snapshot |
2006-08-21 |
phk | Flexelint inpired cleanups |
commit | commitdiff | tree | snapshot |
2006-08-21 |
phk | Give VBE_ClosedFd() an argument to tell if the fd has... |
commit | commitdiff | tree | snapshot |
2006-08-21 |
phk | Fix these two up to current standard. |
commit | commitdiff | tree | snapshot |
2006-08-21 |
phk | Make it easier to experiement with acceptors by having... |
commit | commitdiff | tree | snapshot |
2006-08-21 |
phk | Remove unused #includes |
commit | commitdiff | tree | snapshot |
2006-08-21 |
phk | Add asserts. |
commit | commitdiff | tree | snapshot |
2006-08-21 |
phk | Overhaul kqueue acceptor in light of todays learnings. |
commit | commitdiff | tree | snapshot |
2006-08-21 |
phk | Bandaid until Dag Erling does what's necessary |
commit | commitdiff | tree | snapshot |
2006-08-21 |
phk | Retire sessions if the workspace size changes, properly... |
commit | commitdiff | tree | snapshot |
2006-08-21 |
des | Rename open_tcp() to TCP_open() and modify it to open... |
commit | commitdiff | tree | snapshot |
2006-08-21 |
phk | Add n_sess_mem |
commit | commitdiff | tree | snapshot |
2006-08-21 |
phk | Increase client hash to 1k |
commit | commitdiff | tree | snapshot |
2006-08-21 |
des | When writing to a file, open it with O_APPEND rather... |
commit | commitdiff | tree | snapshot |
2006-08-21 |
des | Set properties. |
commit | commitdiff | tree | snapshot |
2006-08-21 |
des | Set properties. |
commit | commitdiff | tree | snapshot |
2006-08-21 |
phk | Create the possiblity for the the acceptor to send... |
commit | commitdiff | tree | snapshot |
2006-08-21 |
phk | Split the accepting and session-herding functionality... |
commit | commitdiff | tree | snapshot |
2006-08-21 |
phk | Add file |
commit | commitdiff | tree | snapshot |
2006-08-21 |
phk | various cleanups. |
commit | commitdiff | tree | snapshot |
2006-08-21 |
phk | Break the acceptors out into their own files. |
commit | commitdiff | tree | snapshot |
2006-08-21 |
phk | Adjusments to scale. |
commit | commitdiff | tree | snapshot |
2006-08-21 |
phk | Don't hose TIMER kevent with READ kevent |
commit | commitdiff | tree | snapshot |
2006-08-21 |
phk | This assert is not warranted, a connection might disapp... |
commit | commitdiff | tree | snapshot |
2006-08-20 |
phk | Close another tiny race. |
commit | commitdiff | tree | snapshot |
2006-08-20 |
phk | Give the kevent acceptor another overhaul. |
commit | commitdiff | tree | snapshot |
2006-08-20 |
phk | Heavy-duty work on kqueue acceptor. |
commit | commitdiff | tree | snapshot |
2006-08-20 |
phk | Add some debugging |
commit | commitdiff | tree | snapshot |
2006-08-20 |
phk | Remove unused variable. |
commit | commitdiff | tree | snapshot |
2006-08-20 |
phk | Use TxHeader for pipe backend. |
commit | commitdiff | tree | snapshot |
2006-08-20 |
phk | Don't chat up non-running childs. |
commit | commitdiff | tree | snapshot |
2006-08-20 |
phk | Make sure the returns have some value. |
commit | commitdiff | tree | snapshot |
2006-08-20 |
phk | Assert that the cli status is valid |
commit | commitdiff | tree | snapshot |
2006-08-20 |
phk | pid -1 is not our child |
commit | commitdiff | tree | snapshot |
2006-08-20 |
phk | Fix malloc bug. |
commit | commitdiff | tree | snapshot |
2006-08-20 |
phk | New defaults: |
commit | commitdiff | tree | snapshot |
2006-08-20 |
phk | Make autostart a tweakable parameter, this is useful... |
commit | commitdiff | tree | snapshot |
2006-08-20 |
phk | Pull out up to 20 kevents at time instead of just one. |
commit | commitdiff | tree | snapshot |
2006-08-20 |
phk | Respect lower pool limit dynamically |
commit | commitdiff | tree | snapshot |
2006-08-20 |
phk | Remember to open the shmlog |
commit | commitdiff | tree | snapshot |
2006-08-20 |
phk | Add varnishhist(1) a program that shows the responsetim... |
commit | commitdiff | tree | snapshot |
2006-08-20 |
phk | Add note that send_timeout has DELAYED effect |
commit | commitdiff | tree | snapshot |
2006-08-20 |
phk | Make sure we have predictable column numbers by printin... |
commit | commitdiff | tree | snapshot |
2006-08-19 |
phk | Make the session timeout and send timeout tweakables. |
commit | commitdiff | tree | snapshot |
2006-08-19 |
phk | Implement the first load of tweable parameters |
commit | commitdiff | tree | snapshot |
2006-08-19 |
phk | Add two new CLI commands: param.set and param.show. |
commit | commitdiff | tree | snapshot |
2006-08-19 |
phk | cleanup |
commit | commitdiff | tree | snapshot |
2006-08-19 |
phk | We have a number of adjustable parameters, things like... |
commit | commitdiff | tree | snapshot |
2006-08-19 |
phk | Don't re-mmap the shmlog in the child, we already did... |
commit | commitdiff | tree | snapshot |
2006-08-18 |
phk | Respect and clear TAG also on flush |
commit | commitdiff | tree | snapshot |
2006-08-18 |
phk | Do a better job on Connection: header processing in... |
commit | commitdiff | tree | snapshot |
2006-08-18 |
phk | Set REG_NOSUB for speed |
commit | commitdiff | tree | snapshot |
2006-08-18 |
phk | Remember to clear match bit |
commit | commitdiff | tree | snapshot |
2006-08-18 |
phk | Make it possible to select which requests we want to... |
commit | commitdiff | tree | snapshot |
2006-08-18 |
phk | Turn the "invcl" array into a flag array so we can... |
commit | commitdiff | tree | snapshot |
2006-08-18 |
phk | Deeper listenqueue for HTTP sockets |
commit | commitdiff | tree | snapshot |
2006-08-15 |
des | Correct inverted test in If-Modified-Since logic. ... |
commit | commitdiff | tree | snapshot |
2006-08-15 |
des | Fix a bug in previous commit: an extra CR LF was insert... |
commit | commitdiff | tree | snapshot |
2006-08-15 |
des | Better 304 responses: include a Date header, and send... |
commit | commitdiff | tree | snapshot |
2006-08-13 |
des | Implement the "error" VCL keyword: |
commit | commitdiff | tree | snapshot |
2006-08-11 |
phk | When -b and -c given, supress "other" messages. |
commit | commitdiff | tree | snapshot |
2006-08-11 |
phk | fix formatting glitches in -o mode |
commit | commitdiff | tree | snapshot |
2006-08-11 |
phk | Also mark as client on ReqStart |
commit | commitdiff | tree | snapshot |
2006-08-11 |
phk | Make lack of -d option work as expected. |
commit | commitdiff | tree | snapshot |
2006-08-11 |
phk | Drop the -h option, it never really worked out. |
commit | commitdiff | tree | snapshot |
2006-08-11 |
phk | Improve the shmlog facilities. |
commit | commitdiff | tree | snapshot |
2006-08-11 |
des | Dirty hack: strip the leading "::ffff:" from v4-to... |
commit | commitdiff | tree | snapshot |
2006-08-11 |
phk | Assert regexp != NULL |
commit | commitdiff | tree | snapshot |
2006-08-11 |
phk | A NULL pointer does not match a regexp |
commit | commitdiff | tree | snapshot |
2006-08-11 |
phk | Use 1:1 for hashbucket:mutex ratio |
commit | commitdiff | tree | snapshot |
2006-08-11 |
phk | Add -T <telnetport> option. |
commit | commitdiff | tree | snapshot |
2006-08-11 |
phk | Use the already decoded CSTR where applicable and use |
commit | commitdiff | tree | snapshot |
2006-08-11 |
phk | Until we know of a legitimate use for them, consider... |
commit | commitdiff | tree | snapshot |
2006-08-11 |
phk | Don't recognize '\' as magic in CSTR tokens, use %xx... |
commit | commitdiff | tree | snapshot |
2006-08-11 |
phk | Improve flexelint setup |
commit | commitdiff | tree | snapshot |
2006-08-11 |
andersb | More meat, and even more debug code. I am free()'ing... |
commit | commitdiff | tree | snapshot |
2006-08-11 |
des | Regenerate. |
commit | commitdiff | tree | snapshot |
2006-08-11 |
des | Widen left and right margins, and add a blank line... |
commit | commitdiff | tree | snapshot |
next |