Commit Graph

  • 61eadc028f [BUG] regparm is broken on gcc < 3 Willy Tarreau 2008-08-17 17:06:37 +02:00
  • 6d2889ba3d [OPTIM] process_cli/process_srv: reduce the number of tests Willy Tarreau 2008-08-17 16:23:10 +02:00
  • 2df28e8110 [MEDIUM] session: move the analysis bit field to the buffer Willy Tarreau 2008-08-17 15:20:19 +02:00
  • f495ddf9d4 [MINOR] ensure the termination flags are set by process_xxx Willy Tarreau 2008-08-17 14:38:41 +02:00
  • 507385d0e1 [MEDIUM] centralize buffer timeout checks at the top of process_session Willy Tarreau 2008-08-17 13:04:25 +02:00
  • 26ed74dadc [MEDIUM] use buffer->wex instead of buffer->cex for connect timeout Willy Tarreau 2008-08-17 12:11:14 +02:00
  • dafde43410 [MAJOR] process_session: rely only on buffer flags Willy Tarreau 2008-08-17 01:00:46 +02:00
  • e393fe224b [MEDIUM] buffers: add BF_EMPTY and BF_FULL to remove dependency on req/rep->l Willy Tarreau 2008-08-16 22:18:07 +02:00
  • ba392cecf9 [CLEANUP] get rid of BF_SHUT*_PENDING Willy Tarreau 2008-08-16 21:13:23 +02:00
  • d5382b4aaa [BUG] maintain_proxies must not disable backends Willy Tarreau 2008-08-16 18:41:13 +02:00
  • a7c52761b4 [BUG] process_response: do not touch srv_state Willy Tarreau 2008-08-16 18:40:18 +02:00
  • d9f483646d [BUG] buffers: remove BF_MAY_CONNECT and fix forwarding issue Willy Tarreau 2008-08-16 16:39:26 +02:00
  • 9a8c5de375 [BUG] process_response must not enable the read FD Willy Tarreau 2008-08-16 16:11:07 +02:00
  • 7a52a5c468 [BUG] ev_sepoll: closed file descriptors could persist in the spec list Willy Tarreau 2008-08-16 16:06:02 +02:00
  • f853320b44 [MINOR] term_trace: add better instrumentations to trace the code Willy Tarreau 2008-08-16 14:55:08 +02:00
  • 1ae3a057df [MEDIUM] remove unused references to {CL|SV}_STSHUT* Willy Tarreau 2008-08-16 10:56:30 +02:00
  • 461f662846 [MAJOR] clearly separate HTTP response processing from TCP server state Willy Tarreau 2008-08-15 23:43:19 +02:00
  • cebf57e0bf [MAJOR] better separation of response processing and server state Willy Tarreau 2008-08-15 18:16:37 +02:00
  • f5483bf639 [MAJOR] get rid of the SV_STHEADERS state Willy Tarreau 2008-08-14 18:35:40 +02:00
  • e46ab5524f [BUG] fix recently introduced loop when client closes early Willy Tarreau 2008-08-13 19:19:37 +02:00
  • c65a3ba3d4 [MAJOR] completely separate HTTP and TCP states on the request path Willy Tarreau 2008-08-11 23:42:50 +02:00
  • 7f875f6c8f [MEDIUM] simplify and centralize request timeout cancellation and request forwarding Willy Tarreau 2008-08-11 17:35:01 +02:00
  • adfb8569f7 [MAJOR] get rid of SV_STANALYZE (step 2) Willy Tarreau 2008-08-11 15:24:42 +02:00
  • 67f0eead22 [MAJOR] kill CL_STINSPECT and CL_STHEADERS (step 1) Willy Tarreau 2008-08-10 22:55:22 +02:00
  • 697bbb0106 [PATCH] appsessions: cleanup DEBUG_HASH and initialize request_counter Aleksandar Lazic 2008-08-13 19:57:02 +02:00
  • 9f1f24bb7f [BUG] client timeout incorrectly rearmed while waiting for server Willy Tarreau 2008-08-11 11:20:03 +02:00
  • ce09c52187 [BUG] server timeout was not considered in some circumstances Willy Tarreau 2008-08-11 10:35:07 +02:00
  • fb0528bd56 [BUG] fix segfault with url_param + check_post Willy Tarreau 2008-08-11 00:21:56 +02:00
  • 718f0ef129 [MEDIUM] process_cli: don't rely at all on server state Willy Tarreau 2008-08-10 16:21:32 +02:00
  • dc0a6a0dea [MEDIUM] process_srv: don't rely at all on client state Willy Tarreau 2008-08-03 20:38:13 +02:00
  • 6468d924ea [MEDIUM] process_srv: rely on buffer flags for client shutdown Willy Tarreau 2008-08-03 19:15:35 +02:00
  • 89edf5e629 [MEDIUM] buffers: ensure buffer_shut* are properly called upon shutdowns Willy Tarreau 2008-08-03 17:25:14 +02:00
  • 48d63db7a8 [MEDIUM] memory: update pool_free2() to support NULL pointers Willy Tarreau 2008-08-03 17:41:33 +02:00
  • a534fea478 [CLEANUP] remove 65 useless NULL checks before free Willy Tarreau 2008-08-03 12:19:50 +02:00
  • af72a1d8ec [MINOR] permit renaming of x-forwarded-for header Ross West 2008-08-03 10:51:45 +02:00
  • dd64f8d394 [MEDIUM] acl: when possible, report the name and requirements of ACLs in warnings Willy Tarreau 2008-07-27 22:02:32 +02:00
  • 0ceba5af74 [MEDIUM] acl: set types on all currently known ACL verbs Willy Tarreau 2008-07-25 19:31:03 +02:00
  • a9802633d8 [MEDIUM] acl: enforce ACL type checking Willy Tarreau 2008-07-25 19:13:19 +02:00
  • b6fb420c7e [MINOR] acl: add the "wait_end" acl verb Willy Tarreau 2008-07-20 11:18:28 +02:00
  • 58393e103f [MEDIUM] acl: get rid of dummy values in always_true/always_false Willy Tarreau 2008-07-20 10:39:22 +02:00
  • a79534fce1 [MEDIUM] acl: permit fetch() functions to set the result themselves Willy Tarreau 2008-07-20 10:13:37 +02:00
  • c6317703ce [MINOR] acl: add REQ_CONTENT to the list of default acls Willy Tarreau 2008-07-20 09:29:50 +02:00
  • 62644770cf [DOC] document the new "tcp-request" keyword and associated ACLs Willy Tarreau 2008-07-16 18:36:06 +02:00
  • 177e2b0127 [CLEANUP] remove dependency on obsolete INTBITS macro Willy Tarreau 2008-07-15 00:36:31 +02:00
  • ec6c5df018 [CLEANUP] remove many #include <types/xxx> from C files Willy Tarreau 2008-07-15 00:22:45 +02:00
  • 284648e079 [CLEANUP] remove unused include/types/client.h Willy Tarreau 2008-07-14 23:57:33 +02:00
  • 655e26af24 [MINOR] acl: add req_ssl_ver in TCP, to match an SSL version Willy Tarreau 2008-07-15 18:58:05 +02:00
  • 4a26d2f2fa [MINOR] acl: add a new parsing function: parse_dotted_ver Willy Tarreau 2008-07-15 16:05:33 +02:00
  • b686644ad8 [MAJOR] implement tcp request content inspection Willy Tarreau 2008-07-14 23:54:42 +02:00
  • 9de1bbd004 [MEDIUM] modularize the "timeout" keyword configuration parser Willy Tarreau 2008-07-09 20:34:27 +02:00
  • 39f23b6c7e [MINOR] cfgparse: add support for warnings in external functions Willy Tarreau 2008-07-09 20:22:56 +02:00
  • 10522fd113 [MEDIUM] modularize the global "stats" keyword configuration parser Willy Tarreau 2008-07-09 20:12:41 +02:00
  • 5b2c33683b [MEDIUM] add support for configuration keyword registration Willy Tarreau 2008-07-09 19:39:06 +02:00
  • 11382813a1 [TESTS] added test-acl.cfg to test some ACL combinations Willy Tarreau 2008-07-09 16:18:21 +02:00
  • a8cfa34a9c [BUG] use_backend would not correctly consider "unless" Willy Tarreau 2008-07-09 11:23:31 +02:00
  • 0c303eec87 [MAJOR] convert all expiration timers from timeval to ticks Willy Tarreau 2008-07-07 00:09:58 +02:00
  • 75875a7c8c [BUILD] silent a warning in unlikely() with gcc 4.x Willy Tarreau 2008-07-06 15:18:50 +02:00
  • ce44f12c1e [OPTIM] task_queue: assume most consecutive timers are equal Willy Tarreau 2008-07-05 18:16:19 +02:00
  • 91e99931b7 [MEDIUM] introduce task->nice and boot access to statistics Willy Tarreau 2008-06-30 07:51:00 +02:00
  • 58b458d8ba [MAJOR] use an ebtree instead of a list for the run queue Willy Tarreau 2008-06-29 22:40:23 +02:00
  • af754fc88f [OPTIM] shrink wake_expired_tasks() by using task_wakeup() Willy Tarreau 2008-06-29 19:25:52 +02:00
  • 69e989ccbc [BUILD] change declaration of base64tab to fix build with Intel C++ Willy Tarreau 2008-06-29 17:17:38 +02:00
  • 28c41a4041 [MEDIUM] rework the wait queue mechanism Willy Tarreau 2008-06-29 17:00:59 +02:00
  • 284c7b3195 [BUG] disable buffer read timeout when reading stats Willy Tarreau 2008-06-29 16:38:43 +02:00
  • e6313a37d6 [MINOR] introduce now_ms, the current date in milliseconds Willy Tarreau 2008-06-29 13:47:25 +02:00
  • e62bdd4026 [BUG] wqueue: perform proper timeout comparisons with wrapping values Willy Tarreau 2008-06-29 10:25:57 +02:00
  • accc4e1e86 [BUG] we could segfault during exit while freeing uri_auths Willy Tarreau 2008-06-24 11:14:45 +02:00
  • 9789f7bd68 [MAJOR] replace ultree with ebtree in wait-queues Willy Tarreau 2008-06-24 08:17:16 +02:00
  • 47d940485a [OPTIM] add branch prediction hints in list manipulations Willy Tarreau 2008-06-23 22:39:37 +02:00
  • b0b37bcd65 [MEDIUM] further improve monotonic clock by check forward jumps Willy Tarreau 2008-06-23 14:00:57 +02:00
  • b7f694f20e [MEDIUM] implement a monotonic internal clock Willy Tarreau 2008-06-22 17:18:02 +02:00
  • e5c5ce970f [DOC] documentation for the "retries" parameter was missing. Willy Tarreau 2008-06-20 17:27:19 +02:00
  • 7c669d7e0f [BUG] fix the dequeuing logic to ensure that all requests get served Willy Tarreau 2008-06-20 15:04:11 +02:00
  • 7a63abd84f [BUG] log: reported queue position was offed-by-one Willy Tarreau 2008-06-13 21:48:18 +02:00
  • 7008987813 [BUG] queue management: wake oldest request in queues Willy Tarreau 2008-06-13 21:12:51 +02:00
  • 3a6281199a [BUG] event pollers must not wait if a task exists in the run queue Willy Tarreau 2008-06-13 21:06:56 +02:00
  • 5c6f58fe87 [DEBUG] add a TRACE macro to facilitate runtime data extraction Willy Tarreau 2008-06-13 22:36:31 +02:00
  • e9bc01e39b [BUILD] make install should depend on haproxy not "all" Willy Tarreau 2008-06-12 00:25:46 +02:00
  • b463dfb2de [MEDIUM] add support for conditional HTTP redirection Willy Tarreau 2008-06-07 23:08:56 +02:00
  • 8001d6162e [MEDIUM] Fix memory freeing at exit, part 2 Krzysztof Piotr Oledzki 2008-05-31 13:53:23 +02:00
  • a643baf091 [MEDIUM] Fix memory freeing at exit Krzysztof Piotr Oledzki 2008-05-29 23:53:44 +02:00
  • 1acf217366 [BUG/CLEANUP] cookiedomain -> cookie_domain rename + free(p->cookie_domain) Krzysztof Piotr Oledzki 2008-05-29 23:03:34 +02:00
  • 8a7af60312 [MEDIUM] detect streaming buffers and tag them as such Willy Tarreau 2008-05-03 23:07:14 +02:00
  • f2e8ee2b46 [MEDIUM] reduce risk of event starvation in ev_sepoll Willy Tarreau 2008-05-25 10:39:02 +02:00
  • 83b30c1e3c [DOC] update the README file with new build options Willy Tarreau 2008-05-25 10:32:50 +02:00
  • efe3b6f524 [MINOR] Allow to specify a domain for a cookie Krzysztof Piotr Oledzki 2008-05-23 23:49:32 +02:00
  • 1fb6c87cce [MEDIUM] upgrade to ebtree v4.0 Willy Tarreau 2008-05-16 19:48:20 +02:00
  • 9c30fc161f [MEDIUM] add support for URI hash depth and length limits Marek Majkowski 2008-04-27 23:25:55 +02:00
  • e7dd2f29b9 [BUILD] fix build with gcc 4.3 Jeremy Hinegardner 2008-04-21 07:34:31 +02:00
  • cdeb9a2002 [TESTS] add a debug patch to help trigger the stats bug Krzysztof Oledzki 2008-04-21 07:28:21 +02:00
  • 8e4b21d5eb [BUG] Flush buffers also where there are exactly 0 bytes left Krzysztof Piotr Oledzki 2008-04-20 21:34:47 +02:00
  • 7b4c5aee55 [RELEASE] Released version 1.3.15 Willy Tarreau 2008-04-19 21:06:14 +02:00
  • 192ee3e630 [BUILD] fix build of POST analysis code with gcc < 3 Willy Tarreau 2008-04-19 21:24:56 +02:00
  • 1c2ab96be5 [MAJOR] implement parameter hashing for POST requests matt.farnsworth@nokia.com 2008-04-14 20:47:37 +02:00
  • a532324128 [TESTS] add new methods in ip-hash test file Willy Tarreau 2008-04-13 09:27:00 +02:00
  • 53cfa0e58d [TESTS] add a benchmark for integer hashing Willy Tarreau 2008-04-12 22:28:32 +02:00
  • 73290cc74f [TESTS] add a test case for port mapping Willy Tarreau 2008-04-12 11:19:04 +02:00
  • f899b94e63 [BUG] fix double-decrement of server connections Willy Tarreau 2008-03-28 18:09:38 +01:00
  • ebaf21af95 [DOC] fix unescaped space in httpchk example. Willy Tarreau 2008-03-21 20:17:14 +01:00
  • f630830b60 [BUILD] Replace hardcoded 'LD = gcc' with 'LD = $(CC)' Christian Wiese 2008-03-17 18:23:12 +01:00