commit c2a223f33c2a5d7a655125b7dc91d49ea1bf6898
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Mon Mar 2 15:51:29 2015 -0600

    HTML: update to v1.5.6
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit aafe727cd73a7090fbc6c221b30fffa09e3d7a5d
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Mon Mar 2 15:48:22 2015 -0600

    Debian: update scripts for 1.5.6 changes
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit 6dcb3ccae92c5a538bbc4b8a82c75d7adb7e516a
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Mon Mar 2 15:22:41 2015 -0600

    Scheduler: pack sched connections
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit f610a8b52c05e46a9a1c41cfb323ee64093ab3b8
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Mon Mar 2 14:49:22 2015 -0600

    Scheduler: fix wrong handling of incoming queue.
    
    Under high load with many invalid (not finished) connections, the
    scheduler incoming queue may generate invalid references.
    
    This patch solves the problem validating the sched node status.
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit b5780c0fbd48ab619d80c070b7847cf08a50e4e4
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Mon Mar 2 12:05:14 2015 -0600

    mbedTLS: migration continue from polarssl
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit 50ff71403b150999a1448dc05e3c0f267720a5f1
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Mon Mar 2 11:21:13 2015 -0600

    Conf: rename template, layer polarssl -> mbedtls
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit c885c7349c0f313f111026f8da9edc48a53ea13f
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Mon Mar 2 11:18:57 2015 -0600

    Configure: options to set mbedTLS specifics.
    
    This patch add 3 options to the configure script:
    
      --mbedtls-headers       Path to mbedTLS headers
      --mbedtls-library       Path to mbedTLS library
      --mbedtls-debug-level   Set mbedTLS debug level (not implemented)
    
    the first two aims to make things easier when using a custom or
    compiled from scratch version of mbedTLS library.
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit 161e296ee0e264400e21e76689f33b6281ff1d78
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Mon Mar 2 10:49:42 2015 -0600

    SSL: Rebrand PolarSSL as mbedTLS
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit d9730c2b1dea9196cfb57739f5f91127f2f3abec
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Wed Jan 21 14:42:32 2015 -0600

    Core: fix data type for static files length
    
    This patch makes Monkey behave right when handling big files.
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit ebbfaa19bb06d4b13d72f05e776ddd9e4d43875c
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Thu Jan 8 11:37:36 2015 -0600

    API: Export symbol for _mkp_network_io_buffer_size on plugins
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit 81cc9677562af1b563939b9eff2b483a72e5ec38
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Thu Jan 8 11:37:03 2015 -0600

    HTTP: improve send_file CORK usage and remove counter
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit 0252044973da64bedd0ac16a3124ece08e6b8317
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Wed Sep 24 23:28:24 2014 -0600

    Conf: validate sections
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit 6f7e988dd7273f68ba3739b79c73001a75ada76e
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Mon Oct 27 09:45:36 2014 -0600

    Auth: if no global config exists, just skip stage 30
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit e3b7d82261464ccb2023227391059e8dace07b8d
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Mon Oct 27 09:41:48 2014 -0600

    Auth: validate that config have been loaded
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit 6c3734517016a639fa1b34b155252a1a9f8dd037
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Sat Oct 11 22:22:51 2014 -0600

    Config: on config create, do not leak file handler
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit a5795b525f91b49ca6e3119e81b80458dbe4ddf3
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Sat Oct 11 22:21:44 2014 -0600

    Config: abort if SECTION config is not found
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit d048de321e408f67347f6e9cc68835cafdfa1921
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Wed Jan 7 11:31:03 2015 -0600

    Vhost: FDT: set request FDT flag to true when using shared FD
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit 34810f148896d45b217537abe574f573296a5ea2
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Thu Aug 14 23:40:49 2014 -0600

    PolarSSL: new get_bytes_avail() call
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit 4c4f14c8af1bf990a69fc1756795e69817df1df9
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Thu Aug 14 23:38:20 2014 -0600

    PolarSSL: let io_read return more bytes than consumed
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit f6333907a8768503102fb6965676c7a0cafb1dea
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Thu Aug 14 23:28:54 2014 -0600

    Request: initialize max_read
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit 0776c0c786be4b34b242acc275d97006341c874d
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Thu Aug 14 23:12:35 2014 -0600

    Core: adaptive network buffer size (Fix #163)
    
    Monkey stack allows to a plugin to handle the network operations
    in a low level layer, at that area the plugins Liana and PolarSSL
    are the main ones in charge to add support for plain communication
    and further SSL.
    
    When working over plain sockets, the Networking plugin (liana) just
    perform direct read from the system call to the clien_session buffer,
    so it will read as of buffer capacity and then continue after each
    event triggered by the Kernel. In the opposite side, when the plugin
    requires some data processing after read(2) and before to return the
    control to Monkey core, we may face a double-buffering and that is
    the case of the PolarSSL plugin, where by obvious reasons it needs
    it own buffer.
    
    By RFC defition, SSL/TLS defines a maximum transaction of 2^14 bytes,
    which is 16KB, so if we get an Event notification from the Kernel and the
    plugin processed a number of bytes grater that the available on the caller
    buffer (client_session), we may ended up with some un-read bytes in the
    SSL layer.
    
    This patch implements a few mechanisms to avoid the situation described:
    
    1. The Plugin API at Networking level now implements a new callback
       called 'buffer_size', so from now all Networking plugins requires
       to implement it. Monkey core will call it with the purpose to ask if
       the plugin is implementing it own buffering and the size of it.
    
    2. When initializing plugins and check the Networking plugin buffer size,
       If it returns something >= MK_REQUEST_CHUNK, the Configuration will be
       set to that value. Note that from that moment every request will require
       two memory allocations (a workaround for custom systems will in the next
       patch).
    
    3. When invoking a Network read, now a plugin may be able to return a greater
       number of bytes requested by the caller. If this is faced, it means the
       Network plugin have some pending data to be read, so now the Request handler
       will consume that amount of data before to return to process other events.
    
    note: as said a new patch will come to fix the need of double-memory allocation
          per request.
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>
    
    Conflicts:
    	src/mk_http.c
    	src/mk_request.c

commit 689ae0eda98de1f2f30a15109c64c4445a5bc317
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Fri Aug 1 20:14:14 2014 -0600

    String: performance improvement converting uint64_t to string (4x)
    
    Based on the trick given by A. Alexandrescu on Facebook Engineering
    blog, this patch replace the old mk_str_itop() with the faster
    algorithm proposed.
    
    More details about the implementation here:
    
     https://www.facebook.com/notes/facebook-engineering/three-optimization-tips-for-c/10151361643253920
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit 975c8230873e6a18fd8e97548d10b340ebef1fd2
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Fri Dec 12 15:05:17 2014 -0600

    CGI: define new length for environment variables
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit f7610d665032f445c570d242d30e2c58d8fb16b0
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Mon Dec 8 16:59:26 2014 -0600

    CGI: lookup and set Cookie HTTP Header
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit 32571c9a31135b344027c8051fc7b621c3c285dd
Merge: 799c9f4 b8a6429
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Tue Nov 4 11:15:49 2014 -0600

    Merge branch 'v1.5-fixes' of https://github.com/monkey/monkey into v1.5-fixes

commit b8a6429998915f3685aab2d6c89014ffaf79a1e1
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Sat Oct 25 12:08:43 2014 -0600

    Configure: bump to v1.5.6
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit 799c9f453781c1ee266a0e9925604a4aa1277e0b
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Tue Nov 4 11:10:45 2014 -0600

    Kernel: disable TCP_AUTOCORKING (#175)
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>
    
    Conflicts:
    	src/mk_kernel.c

commit 8770dcc06f41dca2ef979a1ae5709da02263216a
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Thu Oct 23 14:44:07 2014 -0600

    Scheduler: proper handling when dropping connections
    
    This patch implements a new function at scheduler level that is
    used to cleanup a complete connection.
    
    It helps to fix an issue when connections are dropped from different
    sources such as: timeouts, I/O errors, incomplete requests, etc.
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit 9162ced23c504ca1707c780d004c39b557655e20
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Sat Oct 18 19:36:26 2014 -0600

    Release: Monkey HTTP Server v1.5.5
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit 3d8a78ce03a416bc945aeca9c7ac47d9920c8e43
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Sat Oct 18 19:30:35 2014 -0600

    Debian: bump to v1.5.5
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit c93795eea4144f42869d7def2cf6dcef806f789d
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Sat Oct 18 19:30:08 2014 -0600

    Configure: bump to v1.5.5
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit 8a88bbce8d257707c08a24b9f9477174a9abeac4
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Sat Oct 18 19:29:52 2014 -0600

    HTML: bump to v1.5.5
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit ec93f23e7358519583ad854ee980b92835ec107c
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Sat Oct 18 11:54:37 2014 -0600

    HTTP: when setting cs as completed, perform validations
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit 17f01fa3bfd3a166a59a44bd901dba6e10d36ae8
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Sat Oct 18 11:51:15 2014 -0600

    Core: use mk_list_is_set to validate nodes removal
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit 1a47373ea23d7c83a84bf2327682bb6b72225727
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Sat Oct 18 11:50:02 2014 -0600

    List: replace list_entry_orphan by list_is_set
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit 549aa6601e52bd0b47030ceddf873cb2c70593fe
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Thu Oct 16 19:25:16 2014 -0600

    Release: Monkey HTTP Server v1.5.4
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit 003ddb8f384b792b2a53898de6ffb61542696a7d
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Thu Oct 16 17:06:41 2014 -0600

    Debian: bump to v1.5.4
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit 2d2eb514faa2293d636e04bfebd5d5ae92e5ad32
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Thu Oct 16 16:44:55 2014 -0600

    Configure: bump to v1.5.4
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit ca58c8368d20435e21683a64831ac1e594eaa505
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Wed Sep 24 16:02:04 2014 -0600

    Utils: use memcpy() on URL decode
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit 3a5e72e9b891e0a99bb246f4b4436135866196fa
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Sat Aug 23 11:28:36 2014 -0600

    Header: when using Chunked encoding, do not set Content-Length
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit f251edb9347b54b060fa702e9c84f7eb556bff5e
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Mon Aug 18 19:38:46 2014 -0600

    Kernel: support Debian version format
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit 9ebb1677a4ad432f6b15c7287065abb43a766fc0
Author: Matthew Daley <mattd@bugfuzz.com>
Date:   Sat Aug 16 07:38:14 2014 -0600

    Request: unlink request node from cs->request_lists
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit 14b11c81bdca55aea505f0527d2546250a20d8a8
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Fri Aug 15 19:08:00 2014 -0600

    Scheduler: on timeout, validate incomplete linked list (#163)
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit ae7c9d01d7761b559b3621e8fb477baa6feba9db
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Mon Jul 28 15:30:55 2014 -0600

    Virtual Host: validate dummy files (Fix #155)
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit 9cc334735e4173f015ff74760555a1e2a548040e
Author: Vladimir Cernov <gg.kaspersky@gmail.com>
Date:   Sun Jun 1 20:45:17 2014 +0300

    Scheduler: Close connection after MK_PLUGIN_STAGE_10
    
    Signed-off-by: Vladimir Cernov <gg.kaspersky@gmail.com>
    
    Conflicts:
    	src/mk_scheduler.c

commit 7a34d398d9adf94b9810725d57cc48ca64380c08
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Mon Jul 28 23:13:06 2014 -0600

    Scheduler: optimization when timing out connections (fix #171)
    
    This patch adds a good improvement on performance when the event poll
    system start checking for candidates to timed out connections. It adds
    two main lists:
    
      - sched->status_queue: Open socket connections list that have not sent any data
      - cs_incomplete: Client requests list that still have some pending data
    
    When the timer triggers the timeout check, now the Scheduler will look
    over those two global lists at thread level, avoiding to check connections
    that are in a good state.
    
    This performance improvement is faced when having several active connections
    in the server.
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>
    
    Conflicts:
    	src/mk_request.c

commit 658c9f1f0b4ff7b77765221dde12da8de62aa473
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Sat Aug 16 22:55:06 2014 -0600

    Update ChangeLog for v1.5.3
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit 998a45315dbea44320c2a6d8565b2749dafe2d4a
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Sat Aug 16 22:50:33 2014 -0600

    Version: bump to 1.5.3
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit 78f579b62e6c678f2373244e4f76fa5db1987137
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Sat Aug 16 22:50:13 2014 -0600

    HTML: bump to 1.5.3
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit 424871f2f871095a05d8da13d3a174ff9c2c6520
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Sat Aug 16 22:48:27 2014 -0600

    Scheduler: on Libmonkey mode IP_CHECK, drop socket
    
    If the user code on top of Libmonkey decided to drop the connection,
    let the Scheduler handler that requirement right away inside the
    registration phase.
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit e05eeb64d3129543c91da0606e88de523da91833
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Sat Aug 16 21:34:57 2014 -0600

    Epoll: validate when registering connection with the Scheduler
    
    In the epoll event loop, when registering a new connection with
    the Scheduler, there were not check if this was successfull or not,
    a common example may be a security plugin dropping a connection
    at STAGE_10.
    
    This patch adds a validation on the return value when trying to register
    a connection with the Scheduler. If it fails, the socket will be closed
    right away.
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit c412d665ce41829b531e0390e5661e61edc4b914
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Sat Aug 16 21:23:01 2014 -0600

    Libmonkey: do not use SO_REUSEPORT and set Mime default
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit 5710b4140f936d5e3cf49045ad0d253b1d98b073
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Sat Aug 16 20:16:40 2014 -0600

    Mandril: remove trace msg
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit cadabc16a002d0ef65a05f456eac6de4217b0646
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Sat Aug 16 17:27:27 2014 -0600

    Mandril: fix network address reference
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit 439940e1875038ee2b3b615494ff6e542bb40e0c
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Sat Aug 16 12:17:33 2014 -0600

    Libmonkey: bump to 1.5.3
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit e8e96170a6de835e757ffad5f63dfc14e1ef6ae8
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Sat Aug 16 12:16:59 2014 -0600

    Debian: bump to 1.5.3
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit edcbc522e3da28bd05280328736555c2c5e51202
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Sat Aug 16 11:55:28 2014 -0600

    Request: new request session flag to mark those files opened by FDT
    
    This patch aims to fix a potential DDoS problem that can be caused
    in the server quering repetitive non-existent resources.
    
    When serving a static file, the core use Vhost FDT mechanism, but if
    it sends a static error page it does a direct open(2). When closing
    the resources for the same request it was just calling mk_vhost_close()
    which did not clear properly the file descriptor.
    
    This patch adds a new field on the struct session_request called 'fd_is_fdt',
    which contains MK_TRUE or MK_FALSE depending of how fd_file was opened.
    
    Thanks to Matthew Daley <mattd@bugfuzz.com> for report and troubleshoot this
    problem.
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit 0ae2b30c9e7a81f7950d5891d6979bf4ee9429f1
Author: Matthew Daley <mattd@bugfuzz.com>
Date:   Fri Aug 8 00:23:48 2014 +1200

    Utils: allocate enough space to include the null terminator when URL-decoding URLs
    
    Signed-off-by: Matthew Daley <mattd@bugfuzz.com>
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit 731298d0dac4ce509df0256780f8ef84e284a3e5
Author: Matthew Daley <mattd@bugfuzz.com>
Date:   Fri Aug 8 00:20:52 2014 +1200

    Request: don't search off the end of the body buffer for query strings
    
    mk_string_char_search takes a length, not an end position.
    
    Signed-off-by: Matthew Daley <mattd@bugfuzz.com>
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit 810d8bc359f07dfd605a58c50400c9cc9075c240
Author: Matthew Daley <mattd@bugfuzz.com>
Date:   Fri Aug 8 00:11:02 2014 +1200

    Method: correctly extract content length value from body buffer when pre-parsing
    
    The buffer offset and the end position passed to mk_string_copy_substr
    is incorrect.
    
    Signed-off-by: Matthew Daley <mattd@bugfuzz.com>
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit 934e8aa4204824a471669143a333d83a5e6d2685
Author: Matthew Daley <mattd@bugfuzz.com>
Date:   Fri Aug 8 00:06:08 2014 +1200

    Mimetype: don't iterate off the start of the filename when looking for an extension
    
    Check the iterator position before checking for an extension.
    
    Signed-off-by: Matthew Daley <mattd@bugfuzz.com>
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit cc71eea118827fc1d8a3c14efa1ee0b34d62f74b
Author: Matthew Daley <mattd@bugfuzz.com>
Date:   Fri Aug 8 00:05:38 2014 +1200

    Request: set correct path size when truncated
    
    If snprintf can't write the entire string out to the buffer, it will
    still null-terminate it. Hence, the length of the string is one less
    than the maximum passed in, not the maximum itself.
    
    Signed-off-by: Matthew Daley <mattd@bugfuzz.com>
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit 4b41336df891db62b5e6c80dbc7786307e58eaf1
Author: Matthew Daley <mattd@bugfuzz.com>
Date:   Sat Aug 16 07:38:14 2014 -0600

    Request: unlink request node from cs->request_lists
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>
    
    Conflicts:
    	src/mk_request.c

commit 5fb5948c081a4e2cb2fe957dd4bd313b9493c4f2
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Sat Jul 19 21:27:13 2014 -0600

    Update ChangeLog for v1.5.2
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit d673a69a831643a006f3e33fe207dc3b714d505b
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Sat Jul 19 21:27:00 2014 -0600

    Help: add missing break line on text
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit 03ebbd3d9d79fc397fe2590bff4400a8cbcaa127
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Sat Jul 19 21:09:30 2014 -0600

    Version: bump to 1.5.2
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit 66b69ee0692aaed4023f1443e9ad10165b9d00ea
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Sat Jul 19 10:37:35 2014 -0600

    HTTP: on using API sendfile, check EAGAIN
    
    Some plugins may not be too efficient to buffer outgoing data
    and when implementing the sendfile callback on some cases it will
    need to re-call the routine until the Kernel enqueue the data.
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit 4e315e776aacc00625f52d78aa205e15ee4d8d73
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Fri Jul 18 16:46:55 2014 -0600

    HTTP: If-Modified-Since now allow clients from the future.
    
    Before this patch the server did not respect a conditional
    If-Modified-Since if the value was higher than the system server
    date. This patch makes this pass, not a bug but make it more
    friendly with Checker tools.
    
    This patch also fix a QA script involved.
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit 8388db11fb67cbe09d8e234365785ba36bfae8ec
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Fri Jul 18 15:39:37 2014 -0600

    HTML: update to v1.5.2
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit 466fe3517f6bf54898ec1b15e294603093253346
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Fri Jul 18 15:36:58 2014 -0600

    Libmonkey: version 1.5.2
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit da0d3251ccb70969f4a8d136a812a25163a1d76f
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Fri Jul 18 15:35:58 2014 -0600

    Debian: bump to 1.5.2
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit 7969956796cba01f600cc5200ba627a36fa51cac
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Sun Jul 13 11:53:49 2014 -0600

    Mimetype: add SVG types (fix #153)
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit a765b4e2e70156ecb798c6e55cff016db0d9aebe
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Fri Jul 18 15:24:21 2014 -0600

    Signal: restore handler for SIGPIPE.
    
    This problem was introduced on commit 84fa79eb. Without the SIGPIPE handler
    the server will stop working when the Kernel trigger a SIGPIPE because of a
    remote socket disconnection.
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit 3ae6418f02b594ae060055d45d0377bbf8b8ba5d
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Tue Jun 10 11:25:33 2014 -0600

    Update ChangeLog for v1.5.1
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit cf9dac52e12917b3cf68a6c3f636587e3b1d1dfc
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Tue Jun 10 08:54:33 2014 -0600

    Core: update banner
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit e882f163f06ca52256383b957b76606c43375d1c
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Tue Jun 10 08:52:42 2014 -0600

    HTML: update to v1.5.1
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit 1848b4e63993340f1607079397ce02c697ecda94
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Mon Jun 9 23:40:37 2014 -0600

    Version: bump to v1.5.1
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit f28c6d275e7393e4d3eca0f3e78760ad5294678a
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Mon Jun 9 23:29:51 2014 -0600

    Scheduler: improve over-capacity handling on SO_REUSEPORT mode.
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit 38da12461cf5e3854b27dc941c5b42cfefd6b08a
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Thu May 29 08:54:01 2014 -0600

    Debian: fix PidFile path
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit 96dd9d5f0058a92a1ec4656811e2cc694f50df28
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Mon Jun 9 16:24:08 2014 -0600

    Core: fix user switch when running as root
    
    Previous this patch the core was using real user id as reference
    to perform user switch but when restoring back this is not allowed
    by the Kernel, the right way to do it is through the effective user ID.
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit 4c68075fa3f9fa8ad124cfd43ba2b9b179936eaf
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Mon Jun 9 15:53:41 2014 -0600

    Core: switch user after Bind port.
    
    When running in newer systems with Kernel >= 3.9 and the SO_REUSEPORT
    option is used, the server was switching to the unpriviledge user before
    to bind the TCP port, this was generating problems when the port was <= 1024.
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit 2641625c4339d165250a9c65db6e09698d3343b8
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Mon Jun 9 16:44:35 2014 -0600

    Libmonkey: version 1.5.1
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit 2688a140d08d9655db682b605bc80668cafd6f24
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Mon Jun 9 16:44:14 2014 -0600

    Debian: bump to 1.5.1
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit 5d045fa4ff124245d12fd732d90edc5488f18162
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Mon Jun 9 16:43:28 2014 -0600

    HTML: fix Wikipedia link
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit dd861f49dce2c78f13a45b82cb15f7ac5935a8cd
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Sun May 25 17:12:44 2014 -0600

    Update ChangeLog for v1.5.0
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit 2b0f84634272a3b695587dfb9b21a2ba792b98eb
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Sun May 25 17:12:28 2014 -0600

    Debian: drop dependency of old packages
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit 9bf5eaf420f80bd130bc47168926d5bb48f0acee
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Sun May 25 15:31:32 2014 -0600

    Configure: new argument to set PidFile in default monkey.conf
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit 1bd7c17e0ec88b9bd20c29f68759952f5cf02446
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Sat May 24 21:48:19 2014 -0600

    Configure: bypass OpenEmbedded/Yocto arguments
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit b3f21be68bca3f91857a49ceba4ed03245103462
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Sat May 24 21:09:52 2014 -0600

    HTML: set release date
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit a479b9cb852ee686d3ef2ecae8fe1d6d9a9f2fba
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Sat May 24 16:39:49 2014 -0600

    HTML: codename 'Emperor Tamarin'
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit c9314b429091cec6b25c726cb209b9554d02a8a3
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Sat May 24 15:58:38 2014 -0600

    Proxy Reverse: do not remove FD from event pool on hangup
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit 5aed3d31417d5b0efdd190570720647a679fcd85
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Thu May 22 11:59:57 2014 -0600

    HTML: prepare home page for next version
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit 5f2c9addc7a3e3e9bf40a78b6558eaf7ea950ce4
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Thu May 22 11:40:57 2014 -0600

    FastCGI: do not remove the FD event on hangup (Monkey already did)
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit 96b03a487b6731331f0092a98704f2c686b02241
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Thu May 22 11:28:50 2014 -0600

    Connection: on close, remove FD from Scheduler first
    
    when a hangup or connection close event is raised, the core
    was invoking plugins callback directly and at the end the Scheduler
    for removal procedure.
    
    This behavior ended up in a problem as the core is not aware about
    what a plugin is doing after a callback, the plugin may "open" a
    new connection (new FD) and the Kernel "may" assign the previous FD
    closed number again, ending in a new close from the caller, e.g:
    
     - Plugin request to hangup a connection.
     - Core receive the event and invoke callbacks for closing stuff.
     - Plugin after cleanup decides to create a new FD.
     - The Kernel assign the same FD number than the recently closed.
     - Core retakes the control and let the Scheduler close everything
       related to the original FD.
     - The Core is closing "the NEW FD" messing up everything.
    
    After this patch the behavior is:
    
     - Plugin request to hangup a connection.
     - Core receive the close event, invoke the Scheduler.
     - The Scheduler cleanup all references for this FD, also it make
       sure to remove event notifications from the epoll(7) loop.
     - The Core invoke callbacks for closing stuff.
     - Everything gets clean properly.
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit 5ab55cb77e27a0159a8323822897dc3910959cc8
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Wed May 21 21:59:11 2014 -0600

    Plugin: do not re-set event list
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit 83bf013de38df051bbdf20de6cfc604cca20411d
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Wed May 21 21:15:54 2014 -0600

    Utils: fix return value check on libc_error() stuff
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit 15f72c1ee5e0afad20232bdf0fcecab8d62a5d89
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Tue May 20 11:22:19 2014 -0600

    Mandril: check decoded URI (fix #92)
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit f929f3e6dca9a0ff2e08dcd286346ef7e436c139
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Mon May 19 11:00:16 2014 -0600

    Doc: update Contributing file (lines length)
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit 1c9538ed901643a03af601115f88c37f98bbf066
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Mon May 19 10:55:50 2014 -0600

    Debian: structure changes
    
    From now all plugins that do not depends on external dependencies are
    distributed from the principal Monkey package. The only plugin that remains
    as a separate package is monkey-polarssl.
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit 2635bbb3d2b3dfb36835aee01a0b04b1c686ecb3
Merge: 5f998e1 547b701
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Tue May 13 08:56:27 2014 -0600

    Merge branch 'master' of github.com:monkey/monkey

commit 5f998e189e293ab854e892012bd91b7710591734
Author: Savita TS <savita.seetaraman5@gmail.com>
Date:   Tue May 13 18:58:25 2014 +0530

    Signals: Removed unused variable 'old' in mk_signal_thread_sigpipe_safe()
    
    Removed the variable 'sigset_t old' in line 71 from function, 'void mk_signal_thread_sigpipe_safe()'. This patch removes the following warning caused during 'make':
    
    ------------------ WARNING ---------------------
    mk_signals.c: In function ‘mk_signal_thread_sigpipe_safe’:
    mk_signals.c:71:19: warning: unused variable ‘old’ [-Wunused-variable]
    ------------------ WARNING ---------------------
    
    Signed-off-by: Savita TS <savita.seetaraman5@gmail.com>

commit 58fe3faf2fb919a5a2ac7fd68b3770a3c781b149
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Mon May 12 00:17:43 2014 -0600

    Virtual Host: add Redirect support (Fix #132).
    
    This patch implements a basic HTTP redirect functionality at
    Virtual Host level, when the Redirect key is set on the Virtual
    Host configuration file, for every incoming request the server
    will perform a HTTP redirect. e.g:
    
    [SERVER]
        Redirect  http://monkey-project.com
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit 547b701b2f69a6c6a89ff2887488dd8c6a73ee88
Merge: 868d751 38f823e
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Tue May 13 08:54:08 2014 -0600

    Merge branch 'master' of github.com:monkey/monkey

commit 868d751d2cdfa2a00ad386b0085efd69f498c87c
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Mon May 12 00:17:43 2014 -0600

    Virtual Host: add Redirect support (Fix #132).
    
    This patch implements a basic HTTP redirect functionality at
    Virtual Host level, when the Redirect key is set on the Virtual
    Host configuration file, for every incoming request the server
    will perform a HTTP redirect. e.g:
    
    [SERVER]
        Redirect  http://monkey-project.com
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit 3df0f7ebc6fce3976edd7fc6fbabb8f7619748c7
Author: Savita TS <savita.seetaraman5@gmail.com>
Date:   Tue May 13 19:05:17 2014 +0530

    Socket: Added a variable to accept return value of read() in 'mk_socket_tcp_autocorking()'
    
    Added a variable to accept the return value of read() in line 266 in function 'mk_socket_tcp_autocorking()'. This patch removes the following warning that arises during 'make' :
    
    --------------- WARNING --------------------
    mk_socket.c: In function ‘mk_socket_tcp_autocorking’:
    mk_socket.c:265:9: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Wunused-result]
    --------------- WARNING --------------------
    
    Signed-off-by: Savita TS <savita.seetaraman5@gmail.com>

commit b08cdddb2e4383ac96689a4a3739713c570e3bb2
Author: Savita TS <savita.seetaraman5@gmail.com>
Date:   Tue May 13 18:58:25 2014 +0530

    Signals: Removed unused variable 'old' in mk_signal_thread_sigpipe_safe()
    
    Removed the variable 'sigset_t old' in line 71 from function, 'void mk_signal_thread_sigpipe_safe()'. This patch removes the following warning caused during 'make':
    
    ------------------ WARNING ---------------------
    mk_signals.c: In function ‘mk_signal_thread_sigpipe_safe’:
    mk_signals.c:71:19: warning: unused variable ‘old’ [-Wunused-variable]
    ------------------ WARNING ---------------------
    
    Signed-off-by: Savita TS <savita.seetaraman5@gmail.com>

commit 38f823e329a6a757a255f981a073edda7bad53c8
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Mon May 12 00:17:43 2014 -0600

    Virtual Host: add Redirect support (Fix #132).
    
    This patch implements a basic HTTP redirect functionality at
    Virtual Host level, when the Redirect key is set on the Virtual
    Host configuration file, for every incoming request the server
    will perform a HTTP redirect. e.g:
    
    [SERVER]
        Redirect  http://monkey-project.com
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit 133c62d5635bd3c4181b3cf1fa8fc11640d3f684
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Fri May 9 14:50:54 2014 -0600

    Doc: update INSTALL
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit 84fa79eb42617d57207bba784157f5b48ce6c25d
Author: Eduardo Silva <eduardo@monkey.io>
Date:   Fri May 9 10:40:49 2014 -0600

    License: core and plugins are now under the Apache License v2.0
    
    Signed-off-by: Eduardo Silva <eduardo@monkey.io>

commit 50d34fca7dc3ff6af4e2de492ab06c5e6d136b83
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun May 4 19:58:35 2014 -0600

    CGI: make sure the Interpreter can be used, otherwise use status 500
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit d63286e36abce81f1e6aca261e1534d4e96edeb7
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat May 3 17:18:33 2014 -0600

    CI: enable IRC notifications
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 0698068328e660270fc3d419bb8fc0142f398893
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat May 3 17:00:41 2014 -0600

    CI: disable PolarSSL due to test box problem
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 7882a48badc0fd22fc425d84deb673cfcda5744a
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat May 3 16:54:43 2014 -0600

    CI: add PolarSSL dependency and compile SSL Plugin
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 60296a159ab9f805d25daf8736b880b790503428
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat May 3 16:43:54 2014 -0600

    CI: add Travis integration
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit df6f67ceff090c5202107060aba87212ff99ce0e
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri May 2 21:29:31 2014 -0600

    Auth: move mk_passwd code into tools/ for clean build
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit a4225df6ff7e065ce9ee1a76846fef939106eb8b
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri May 2 14:33:17 2014 -0600

    Auth: make mk_passwd work without Monkey internals.
    
    This patch adds a few workarounds to make mk_passwd avoid Monkey
    internals about memory allocations and string lines dependencies.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 4a4ae564079574fcf7ed81ac07808d9025f33c7b
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Apr 30 22:18:59 2014 -0600

    Request: optimize initialization of session_request
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 2371f385c9b89208a8724821d8988142599c1a79
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Apr 29 16:42:12 2014 -0600

    Lib: fix parameters for mk_socket_server() call
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit f1876018eb32cf3c1cf7cdf77e34fea203fdbad0
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Apr 29 16:35:30 2014 -0600

    Debian: minor updates
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 409c5fb0e9636052acd4a41013694372739a1ba0
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Apr 28 21:12:28 2014 -0600

    Doc: CONTRIBUTING.md: specify number of chars per line
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 8b97b01ef591186929b6d59dffef2988b4808526
Author: Vladimir Cernov <gg.kaspersky@gmail.com>
Date:   Tue Apr 29 00:00:36 2014 +0300

    Auth: Rewrite mk_passwd in C (close #131).
    
    This patch drops the mk_passwd python script from auth plugin, by adding an
    equivalent C implementation.
    
    The C implementation makes use of Monkey functions, whenever possible, so it
    links with Monkey objects.
    
    In order to make the linking possible, some minor modifications had to be made
    to the configure script, monkey.c and mk_config.c source files.
    
    Signed-off-by: Vladimir Cernov <gg.kaspersky@gmail.com>

commit 9e8444445daa2a2ad12d774250ec1bbe924e8362
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Apr 28 10:12:43 2014 -0600

    Socket: fix array index.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit b4ef860e3f2edd1de6d0626c19a56730e7104428
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Apr 28 10:05:48 2014 -0600

    PolarSSL: Enable REUSEPORT feature
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit e2ede773d0341f65e7be99887c699f8af206d6ee
Author: Sonny Karlsson <ksonny@lotrax.org>
Date:   Fri Apr 25 04:29:44 2014 +0200

    PolarSSL: Enable session cache.
    
    Sets session cache on ssl context.
    Moves pk_context to local thread context to allow use of polarssl
    compiled without threading support.
    
    Signed-off-by: Sonny Karlsson <ksonny@lotrax.org>

commit c51124d1ab2e1900b4eee4a9ef8adab58c59295b
Author: Sonny Karlsson <ksonny@lotrax.org>
Date:   Fri Apr 25 04:28:26 2014 +0200

    PolarSSL: Fixes error where connection isn't terminated on error.
    
    Signed-off-by: Sonny Karlsson <ksonny@lotrax.org>

commit 3b22521b6fed4d1f13a62f898a8b379168bde97e
Author: Sonny Karlsson <ksonny@lotrax.org>
Date:   Fri Apr 25 04:00:40 2014 +0200

    PolarSSL: Drops polarssl v1.1 support.
    
    Signed-off-by: Sonny Karlsson <ksonny@lotrax.org>

commit c8dba9b191784af72c82e4884520e4919b706661
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Apr 26 23:21:52 2014 -0600

    Scheduler: enable TCP_DEFER_ACCEPT on REUSEPORT mode
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 0da162a6cae7c7c5616afda06b18973c9fcb643d
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Apr 26 23:06:54 2014 -0600

    Cheetah: on status command, print new Kernel features
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit a94fa2e04f8b4508e62f4c92950c951986c1b430
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Apr 26 23:05:09 2014 -0600

    Plugin API: export mk_kernel_features_print
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 9a6ad8a67a09e72d96ca7b2d740569f39a1494dd
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Apr 26 22:40:37 2014 -0600

    HTTP/Server: use new server_cork_flag() interface
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 7aed9dd5f4685a5481209e898a905918e1fb7759
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Apr 26 22:36:11 2014 -0600

    Config: check kernel_features flag for REUSEPORT
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit de083846ecece14949b66575851b66b411efd54f
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Apr 26 22:31:49 2014 -0600

    Kernel: remove unused variable
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 9d7a8cda6b967abd24e34b0369dfcae1ded7885a
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Apr 26 22:24:05 2014 -0600

    Kernel: new features interfaces and core flags
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit fcfba4903f61b33e01124bbc8a60ea47f4d94b0a
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Apr 26 10:19:11 2014 -0600

    Scheduler: Little improvements over REUSEPORT implementation.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit d1da249a0b5e8f5765ea8031919fb32e93c57cb8
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Apr 24 22:57:43 2014 -0600

    Scheduler: new REUSEPORT balancing method/architecture.
    
    Starting from Linux Kernel 3.9, there is a new TCP/UDP socket option which allows
    to bind same port and address from multiples threads (or any instance under the
    same process context).
    
    This patch implements the SO_REUSEPORT TCP Flag if the running Kernel is >= 3.9,
    so on that mode each working thread create it own socket that bind the same address,
    with this implementation we reduce the number of system calls involved when a new
    connection arrives, avoid lookup the lowest loaded thread and also we allow the
    Kernel to perform a better Scheduling on SMP systems that requires to scale.
    
    If the detected Kernel is lower than 3.9, it will use the old Fair Balancing
    mechanism.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 27878547891bdac7456fbae2c60942434d40e065
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Apr 24 19:51:57 2014 -0600

    Config: fix typo in mk_kernel_runver
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 17df1070b417cca6d13ee3e863c3680830d27960
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Apr 24 09:24:44 2014 -0600

    Socket: TCP Auto Corking only on Linux >= 3.14.0
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 697341887751ac74f0e477754b18229e7c05d952
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Apr 23 23:51:30 2014 -0600

    Socket: enable TCP_FASTOPEN only on Kernel >= 3.7.0
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 2c38ddb3178aefbe9122702309d2bfa183a11ac4
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Apr 23 23:36:22 2014 -0600

    Kernel: new interface to query Linux Kernel version.
    
    This patch implements two things:
    
      1. Macro MK_KERNEL_VERSION() to return an unique representative integer
         of the Linux Kernel version given the 3 common values.
      2. Function mk_kernel_version() that returns the Kernel version from
         the running system.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 9b6f016df7d68f7a8fbd67b7f0b1aaf4eb597248
Merge: ccd9d24 30c050b
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Apr 15 09:27:33 2014 -0600

    Merge pull request #128 from tssavita/patch1_epoll
    
    Epoll: Reporting when event EPOLLRDHUP occurs for an fd

commit 30c050b50f9940d9743c7b711fd10310764e3d04
Author: Savita TS <savita.seetaraman5@gmail.com>
Date:   Tue Apr 15 17:21:56 2014 +0530

    Reporting when event EPOLLRDHUP occurs in a file descriptor registered in an epoll instance

commit ccd9d24e94e8cc5a0ca4053c1e9983edfe27dbfa
Merge: 06fb6c9 d253f45
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Apr 8 10:42:57 2014 -0600

    Merge pull request #127 from tssavita/http-conditionals
    
    HTTP: Removing unnecessary conditionals from src/mk_http.c

commit d253f454ef2e0f313ebbcdd40bd45b36b6253516
Author: Savita TS <savita.seetaraman5@gmail.com>
Date:   Tue Apr 8 17:54:38 2014 +0530

    Removing unnecessary conditionals from src/mk_http.c

commit 06fb6c9f8968fbc358551f571febc20a57a4f336
Merge: ba0fb33 635c130
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Apr 6 08:05:48 2014 -0600

    Merge pull request #125 from TamerTas/master
    
    HTTP: Fix comments' grammar and punctuation in mk_http.c

commit 635c1304dd803e611e673521f6b3f389de6438e9
Author: TamerTas <tamertas@outlook.com>
Date:   Sun Apr 6 14:25:29 2014 +0300

    HTTP: Fix comments' grammar and punctuation in mk_http.c

commit ba0fb3326560c2d8ba0af7fabfe6bcdf4c0d60ca
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Apr 2 23:31:17 2014 -0600

    Socket: handle new Kernel 3.14 tcp_autocorking feature.
    
    the server use the TCP_CORK feature to instruct the Kernel to
    wait for some data before dispatch it on the socket buffer. This
    is a common approach when sending HTTP response headers and then
    a content body (file data).
    
    The Linux Kernel 3.14 introduce a new feature called 'tcp autocorking',
    it basically do TCP_CORK by default based on specific conditions of
    each socket status. This is a good approach to let the Kernel to decide
    when it can be used and also it avoid user space to invoke two system
    calls to enable/disable the TCP_CORK.
    
    This patch makes the Server to validate if the new feature exists on the
    running Kernel and if is enabled, it will disable all manual corking done,
    for more details about how it works at Kernel level refer to the following
    patch:
    
        http://goo.gl/AMFIuI
    
    Note: on an older Kernel it will continue working as usual.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 1b486a5d0930d13b042d2e4128455a3e8bd9f022
Merge: 698f2a5 3946861
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Apr 2 13:32:47 2014 -0600

    Merge pull request #115 from kaspersky/master
    
    Monkey configuration: add program options for configuration paths

commit 698f2a554845659645835f6b978004f98ec7c708
Merge: 1b16611 7ddf7f9
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Apr 2 13:32:10 2014 -0600

    Merge pull request #123 from kaspersky/systemd
    
    Systemd: add unit file monkey.service

commit 7ddf7f99126487a94064e559edfd570c7e92b745
Author: Vladimir Cernov <gg.kaspersky@gmail.com>
Date:   Mon Mar 31 23:40:46 2014 +0300

    Systemd: add unit file monkey.service
    
    This patch adds a unit file for systemd init system, as described in issue #39.
    The installation of the unit file is triggered by the "--systemddir" passed to configure script, in the following way:
    $ ./configure                           # no systemd unit file deployed
    $ ./configure --systemddir              # Unit file systemd.service is created with default installation path "/lib/systemd/system"
    $ ./configure --systemddir=CUSTOM_PATH  # Unit file systemd.service is created with installation path "CUSTOM_PATH"
    
    The unit file is deployed is deployed using "make install" command, so you should also specify "--prefix" option for configure.
    
    I tested the patch on archlinux and fedora (systemd init system) deploying the unit file in different system paths. The following commands were successful:
    $ service monkey start
    $ systemctl start monkey.service
    
    I also tested on ubuntu (upstart init system), ensuring nothing is broken.
    
    Signed-off-by: Vladimir Cernov <gg.kaspersky@gmail.com>

commit 1b16611c40d763160a41646cabd0173a08d5ca00
Merge: d289b9d e74ff9f
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Apr 1 10:41:45 2014 -0600

    Merge pull request #122 from tssavita/sched_plugin
    
    Scheduler-Plugin: Moving and renaming function mk_sched_worker_info()

commit e74ff9f8f96726a4ef4db63032680fb2ca3cbf90
Author: Savita TS <savita.seetaraman5@gmail.com>
Date:   Tue Apr 1 21:53:47 2014 +0530

    Scheduler: Moving and renaming function mk_sched_worker_info() to mk_plugin_sched_get_thread_conf

commit d289b9d1e307e7ec8b865cfd2cb8d2cb6fd4b520
Merge: adc4ccc c253b36
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Mar 31 11:03:14 2014 -0600

    Merge branch 'master' of github.com:monkey/monkey

commit adc4ccc42780ff96e03257cb625d7441f556d7b0
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Mar 31 11:00:58 2014 -0600

    Memory: upgrade Jemalloc to 3.6.0
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit c253b3675fe90361fef91139127db7c76f55f32d
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Mar 29 11:22:53 2014 -0600

    Epoll: when adding a new FD, return status value
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 3400e110bc3c5f6e24fce0ef1f3c0e77cd9d745f
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Mar 27 22:28:36 2014 -0600

    Vhost: skip files ending in '~' (editor backups)
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 11d7459f9c719433244d0a5d7fd2bd7b61c77b0d
Merge: f5ce9bf 0f51130
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Mar 27 21:14:20 2014 -0600

    Merge pull request #120 from tssavita/iov_patch2
    
    IOV: store buffer type from char changed to void in function 'void _mk_iov_set_free'

commit 0f511308bd443f72b5bc7b451870a4e363ac8029
Author: Savita TS <savita.seetaraman5@gmail.com>
Date:   Fri Mar 28 04:33:51 2014 +0530

    IOV: store buffer type changed to void in function '_mk_iov_set_free'

commit f5ce9bfcb83e53ee6d043b52c918bc33272d00b9
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Mar 24 22:38:35 2014 -0600

    IOV: store buffer using void data type instead of char
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 3946861b5b5b4e0755b47c39d0f1fbcc87995542
Author: Vladimir Cernov <gg.kaspersky@gmail.com>
Date:   Wed Mar 19 23:50:27 2014 +0200

    Monkey configuration: add program options for configuration paths
    
    This patch solves the issue #36.
    
    4 additional program arguments were added for specifying different
    configuration files and directories:
    
    -m, --mimes-conf-file # path to monkey.mime
    -P, --plugins-conf-dir # path to plugins configuration directory
    -l, --plugin-load-conf-file # path to plugins.load file
    -S, --sites-conf-dir # path to sites directory
    
    Each option has a default value.
    
    Monkey will try to interpret the options by prepending their values
    to default configuration directory. If the obtained path does not
    exist, the options will be treated as absolute paths.
    
    I tested using ./configure --prefix=path --plugdir=--path2 and
    default build. I was able to load different configuration files
    from custom locations with custom names, overriding the default
    names which were hardcoded in Monkey.
    
    The patch also contains an unrelated fix to:
    
    bin/monkey --confdir # was not working, while provided by --help
    
    Signed-off-by: Vladimir Cernov <gg.kaspersky@gmail.com>

commit 2d5e48d7697dd6b1ea3aaed48406d74e5d3ab097
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Mar 17 23:13:14 2014 -0600

    Epoll: Fix not catched peer close after events modifications (EPOLLRDHUP)
    
    If a socket created on the event loop did some events modifications and
    the peer closed the connection, the core did not trap this event. This
    patch re-enable the EPOLLRDHUP flag.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 102b45e247b4b46d7499f34d8e160f2a22d33eee
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Mar 15 15:51:55 2014 -0600

    Configure: fix broken plugins path on previous contributor patch
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 42a3a8e95d02c14e5f2396e0932ec6b51e634b05
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Mar 10 13:22:05 2014 -0600

    Doc: update CONTRIBUTING with 'Commit Changes' info
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit cffdbc9ed802025a4f2b7a0894388f5ccb517b36
Merge: f0e78d7 5458096
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Mar 10 13:00:20 2014 -0600

    Merge pull request #109 from kaspersky/master
    
    Libmonkey: fix build and add test for mimetype

commit 545809698864309c9c49dc4874f7cdae4596082a
Author: Vladimir Cernov <gg.kaspersky@gmail.com>
Date:   Mon Mar 10 20:08:50 2014 +0200

    Libmonkey: fix build and add test for mimetype

commit f0e78d7f1e8e482035ded9e3199f2d575791c2f3
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Mar 9 21:31:48 2014 -0600

    Doc: Add CONTRIBUTING.md file
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit c17f98155104412e01e455874f63c81b04269944
Merge: b11236b 2eb580c
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Mar 8 16:02:29 2014 -0600

    Merge pull request #103 from matematik7/master
    
    Linux Trace: fix compile issue

commit 2eb580ce3ba890540461d9afc25e28204e5588f2
Author: matematik7 <domen.ipavec@z-v.si>
Date:   Sat Mar 8 22:29:35 2014 +0100

    Linux Trace: Fix compile issue

commit b11236bedd56672b56fc3aa235428455e6041071
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Mar 5 13:34:59 2014 -0600

    Debian: bump to v1.5.o (development)
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit fab1e41130f6ca76add03df8ed3f51b1325fcd24
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Mar 5 11:46:26 2014 -0600

    Lib: upgrade test lib version
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit a3a99b141d0508ef33593e10e4df52a3abdcf04d
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Mar 2 23:22:07 2014 -0600

    Epoll: testing new MK_EPOLL_HANGUP mode
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit a123d949d03906cfc9f27a5489dc3baa96b5338d
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Feb 6 11:31:41 2014 -0600

    Plugins: use new mk_ptr_t data type
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit b79465eeaf8ed06727b01fc8359edd9850a5b115
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Feb 6 11:30:01 2014 -0600

    Core: use new mk_ptr_t data type
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit b353825456fb522bf335ac831570e543e9e2dcf6
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Feb 6 11:26:49 2014 -0600

    Memory: rename datatype mk_pointer to mk_ptr_t
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit d77504ab34a4e8633bf643497c75cab2ae7c5843
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Feb 6 11:24:20 2014 -0600

    Development of v1.5 begins :)
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 726b3e8bcb7b14b2adc9ea6e3b2e67c7de25c032
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Feb 4 08:04:22 2014 -0600

    Update ChangeLog for v1.4.0
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit f3638d9d6b7f781d0ad5dd87e04ee03c84271d90
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Feb 4 08:04:22 2014 -0600

    Monkey v1.4.0
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 90e358af00312cce155c0bd5039522fc9739a1e4
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Feb 4 08:04:16 2014 -0600

    HTML: update home page
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit f35e15c8b7e153fe71db51f29643a0016c427984
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Feb 4 08:02:04 2014 -0600

    Proxy Reverse: fix config file
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 35b00ab23b081b363c840b4457b3eee3a34373e0
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Feb 3 22:51:57 2014 -0600

    Debian: update rules for v1.4.0
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit a8ac7e28cb2aaea6da2086632e383835777b80fb
Merge: a31d354 dc4bc59
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jan 29 08:09:22 2014 -0600

    Merge branch 'master' of github.com:monkey/monkey

commit a31d354f0bc22f4801a7927953c393ae2eb93bf5
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jan 29 08:03:12 2014 -0600

    Lib: fix missing vhost header and API usage (#99)
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit dc4bc593202d008ec6e7531005be167211fc8ff0
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jan 29 01:18:51 2014 -0600

    Jemalloc: upgrade commit to fix compiler warnings
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit c28781f3874325a0d3d54f054461804ae81af46b
Merge: 9b43aa6 9304105
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Jan 28 10:49:47 2014 -0600

    Merge branch 'master' of ssh://git.monkey-project.com/srv/git/monkey

commit 9b43aa61e36a465409317f1759816695a00f019c
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Jan 28 10:49:22 2014 -0600

    HTML: update index page for v1.4, codename Spider Monkey
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 930410506d352377017b3465a75af62e503ae382
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jan 27 20:45:31 2014 -0600

    Macro: rename MAX_PATH to MK_MAX_PATH
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 4c5ad82cd04cbc9bfdcdd97bbdc491ab1ca8a61c
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jan 27 15:30:03 2014 -0600

    Doc: Update kernel requirements
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 7268167c2a022495d0395108480802adb33ece74
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jan 27 15:26:13 2014 -0600

    Configure: update copyright
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 2522c5fd50f387ea83b79e0a35f69b74d9daf63a
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jan 27 12:50:04 2014 -0600

    Conf: make FDT configurable
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit a365d457d3fe6026b25aeb0524d8a34852994bd0
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jan 27 11:10:12 2014 -0600

    Jemalloc: back to original 3.5.0
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 80942638c24e837c33e43dffde28364d910ed2f2
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Jan 24 10:10:30 2014 -0600

    Scheduler: optimize access to thread specific data with __thread
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit aeb004b31b5b710561acd5782372d805aeba84c0
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jan 23 22:32:20 2014 -0600

    Virtual Host: reduce hashed string on FDT.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 4efbc11bafeb56fbe2b4f0f6925671630ce84125
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jan 23 21:53:37 2014 -0600

    Virtual Host: File Descriptor Table (FDT).
    
    The File Descriptor Table (FDT) aims to provide a mechanism to share
    open file descriptors at Virtual Host level with the goal of to reduce the
    number of open file descriptors and reduce the calls to open(2) and close(2).
    
    The FDT is implemented in the following way:
    
     - For each worker thread, maintain a list matching the global Virtual Host
       list and for each entry create a Hash Table (HT) of 64 entries, and each
       HT entry maintain a sub-array of 8 chains.
    
     - When a request for a static file arrives, use the new Virtual Host open/close
       wrappers, from the given parsed and processed URI generate a hash value and
       try to see if it exists in the HT, if it don't exist, just open the file
       directly and register the data into the chain for a possible future reuse.
    
       If the hash exists in some HT/Chain, obtain the opened file descriptor and
       increment the readers counter.
    
     - When the Monkey core do not longer needs the file descriptor, instruct the
       Virtual Host 'close' wrapper to perform the cleanup. If the resource/hash
       exists in the HT/Chain, decrement the readers counter, if counter reach
       zero, just perform an explicit close(2) as nobody is using it, if readers
       is greater than zero just return as the file descriptor is in use.
    
       If the resource do not exists in the HT, do a direct close(2).
    
    The good thing of this implementation is that exists at worker level, so there
    is no race conditions and is lock-free. Also collisions are reduced to zero
    using HashTable Chaining. The hashing algorithm in use MurmurHash 2.
    
    This implementation reduce the overhead under high concurrency sharing the file
    descriptor resources and making it more scalable.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 6d666da1a8c1d91a67348c935a657080731fdc18
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jan 23 00:22:52 2014 -0600

    Core: fix compiler warnings
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 3d70f08ee3c7c2a34207512a88d67c568f136635
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jan 23 00:11:34 2014 -0600

    Deps: update Jemalloc commit
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 732226720b26b4b534dec8db466f44523760d51a
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jan 23 00:05:11 2014 -0600

    Memory: upgrade Jemalloc to 3.5.0
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 10ce73fb71e0b711b87234498af0f363c706374c
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jan 22 14:09:36 2014 -0600

    Core: move vhost structs to new mk_vhost.h
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit af0b80de1568bf2977f971827756c29296dcbf63
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jan 22 14:04:09 2014 -0600

    Core: separate virtual host logic from config: new mk_vhost.c
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 4564a587c5c00c9259567d043d74cde1226c6e95
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jan 22 11:18:31 2014 -0600

    Core: deprecate perror(), use mk_libc_xxx() wrappers
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit e47643e347714e14a08babc667db92df7505e052
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jan 22 11:13:13 2014 -0600

    Error Handling: add caller name
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit b2aacccc4fcb8ea465543c4a16ffd1ab22f49069
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jan 22 11:04:11 2014 -0600

    Error Handling: new macros mk_libc_error() and mk_libc_warning()
    
    This patch adds two new functions and proper macros to handle common
    'errno' errors and format them to stdout.
    
    The new static inline functions are located in src/include/utils.h:
    
       mk_utils_libc_error(char *file, int line);
       mk_utils_libc_warning(char *file, int line);
    
    the wrappers (based on macros) to be use are:
    
       mk_libc_error();
       mk_libc_warning();
    
    when used the following information is formatted to stdout: errno number,
    errno message, file and line.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 2c52f3dc2adfdfe0c619b9122143563b6101f867
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Jan 18 10:22:13 2014 -0600

    Events: remove unnecessary handlers
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit c9c4f0c681732c304db2779b4357a9432d40507f
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Jan 17 08:45:33 2014 -0600

    Plugin API: export epoll_state calls
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 0340926daccf555acf44f94a8ec1c5d62970ea7c
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jan 16 12:01:11 2014 -0600

    Trace: color tweaks and reduce va_args arguments
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 23c2d87a9ac82fa9ede3a8b49a62dbf72b796880
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Jan 7 11:21:29 2014 -0600

    Mimetypes: add debian package entry
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 102f65a9a6baafbd480d100e6007186d044523fd
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jan 2 09:19:22 2014 -0600

    Cheetah: use memory wrapper instead of direct malloc/free calls
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 91d0e5484f0bf852c8b2330ef726a0b62df87cca
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jan 2 09:17:52 2014 -0600

    CGI: use memory wrapper on requests handler
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 0fb9c91056ae5c9162f7a88fb46f46ebd8344959
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jan 2 09:16:43 2014 -0600

    CGI: use API memory wrapper instead of direct free()
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit c22b71489455e3a6bfbcaf4b0d430de89354fcd6
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jan 2 09:14:07 2014 -0600

    Config: fail on zero keys just if a section exists
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 56574e396cc86a883129b0054fc65d5f9c128b3c
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jan 2 09:11:29 2014 -0600

    Config: add empty file on plugins dir
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit b3cfab8134615ba2bce82cad99d398eceff04ed0
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jan 2 09:10:20 2014 -0600

    Core: minor config checks and CGI api fix
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 2d2cd856584ec4dc73a58e9424f7168ea3f53f34
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Dec 31 16:13:14 2013 -0600

    Mimetype: if cannot read config file, abort properly
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit c8d2a558997294014f9a20ad5dca8f152a843aae
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Dec 29 15:20:44 2013 -0600

    License: moves from GPLv2 to LGPLv2.1
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 7719a5b7447f83eb53fd06a7f5881cd0d764eb81
Merge: fee4cb0 624ce82
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Dec 26 11:54:47 2013 -0600

    Merge branch 'master' of ssh://git.monkey-project.com/srv/git/monkey

commit fee4cb0282d9db9419837a3112f9cd4480a3389d
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Dec 26 11:54:08 2013 -0600

    Logger: plugin moves from MANDATORY to OPTIONAL
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 624ce82fb08788c49be99926156886879d4a64fa
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Dec 23 21:43:17 2013 -0600

    Background: print server info to STDOUT before to close it
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 77adad4e3fbe7dd821f80a44186f25c2f9d9ccd9
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Dec 22 21:04:47 2013 -0600

    RPM: update SPEC file for incoming v1.4.0
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit e21dfccb22f517592fa2fedc11b746c6211e540f
Merge: ed0d928 fd8c3d9
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Dec 18 22:27:30 2013 -0600

    Merge branch 'master' of ssh://git.monkey-project.com/srv/git/monkey

commit ed0d928ffc665f131ddd66d1fbbde7d47baac26d
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Dec 18 22:22:13 2013 -0600

    Scheduler: Workaround for ULONG_MAX bug.
    
    This is a workaround for a specific Bug that we still not find the
    root cause for it. The conditions are:
    
      - for some reason closed_connections > active_connections
      - when performing (active_connections - closed_connections it will
        return UMAX_LONG, which is OK but *not* for our case
    
      - if cur (current connections) is greater than worker capacity it will
        fail all new incoming connections, and as it may have ULONG_MAX that
        would case a very very bad behavior
    
    The temporal workaround is to when facing that we are over capacity,
    check if we have a ULONG_MAX value in 'cur', on that moment signal
    our workers so they can start performing a synchronization of their
    counters.
    
    The patch adds a signal channel for each worker so every epoll loop
    will monitor that channel, on receive the 0xDEADBEEF value, it will
    perform a synchronization of counters based on scheduler busy queue.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit fd8c3d9ad368658f02c31d8d468e10a5e850a533
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Dec 14 10:27:47 2013 -0600

    Core: pack and optimize structures
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit c3835e9aa40fc61f7a51e1f86a1fb9f051cc6967
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Dec 7 10:09:56 2013 -0600

    Logger: fix HTTP macros name
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 350a0022cf2237d5aeded680f5462eb2fc020711
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Dec 7 10:09:21 2013 -0600

    Dirlisting: fix HTTP macros name
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit c4f122c1027e02b71584e09926daaa97b9092102
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Dec 7 10:08:13 2013 -0600

    CGI: rename HTTP macros
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit c76789b7f6d8419a5df1fbb743de797b12126a85
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Dec 7 10:06:40 2013 -0600

    HTTP: prefix HTTP macros with MK_
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit abcc45eeb757b85a3ef4a354c7557db37e0ee660
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Dec 7 01:21:26 2013 -0600

    Memory: improvements to avoid third party components crash when using direct malloc
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 893d8329d792c94f81c36761d374be3c7227c045
Merge: 3fd2271 53ec2cc
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Dec 7 00:09:26 2013 -0600

    Merge branch 'master' of ssh://git.monkey-project.com/srv/git/monkey

commit 3fd227144d1ec421826a7a80a7fc57ca4218ed85
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Dec 7 00:08:56 2013 -0600

    Plugin: do not register event if worker scheduler context is NULL
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 53ec2cca2dee6f6ee4735c3ba781d2268e551e9f
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Dec 2 10:51:20 2013 -0600

    Auth: use Monkey memory allocator API
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit f94f3986e01ec23404ec67025ed981573b142735
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Nov 30 22:04:02 2013 -0600

    FastCGI: change memory allocators
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 70bce6abfed4793fa0c45192ce657c8cf9be74d9
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Nov 30 16:48:27 2013 -0600

    Configure: to enable libc memory allocator use --malloc-libc
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 3234b8237fd509268110c7bb6dac3487f53aab12
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Nov 29 10:48:56 2013 -0600

    SSL: use Monkey memory handling calls
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 400891bfca3cf813431c7344e3083475f9b16249
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Nov 28 23:56:15 2013 -0600

    Configuration: add support to change the main configuration file.
    
    This patch adds a new option '-s' to specify an alternative configuration
    file to the default monkey.conf. This is useful in case someone wanted
    to run multiple instances of the server without copying the whole
    configuration directory.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 54c58c37c5fda4afe379831decf1cec930bd6435
Merge: d9ad8bd dddf9f0
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Nov 28 11:37:19 2013 -0600

    Merge branch 'master' of ssh://git.monkey-project.com/srv/git/monkey

commit d9ad8bdbc36f3847005ea56d801c3b0c5cd3e680
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Nov 28 11:25:33 2013 -0600

    Epoll: replace Epoll state TLS implementation with direct __thread
    
    the epoll estate interface aims to hold information about every
    socket that resides in an event loop, mostly to track events status.
    
    The list per worker is implemented through Thread Local Storage (TLS),
    this patch makes some performance improvements deprecating the usage
    of pthread_setspecific() and pthread_getspecific() functions by using
    the compiler aware TLS __thread feature.
    
    With this patch each worker event loop optimize as follows:
    
                           +--------------------------+
                           |       average costs      |
    +----------------------+------------+-------------+--------+
    | function             |  pre-patch |  post-patch |  gain  |
    +----------------------+------------+-------------+--------+
    | mk_epoll_state_set() |  4.15      |   3.45      |  0.70  |
    +----------------------+------------+-------------+--------+
    | mk_epoll_state_get() |  2.82      |   1.90      |  0.91  |
    +----------------------+------------+-------------+--------+
                                                      |  1.60  |
                                                      +--------+
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit dddf9f0228f05cc5e088f16b668976897f8b2e06
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Nov 26 10:02:36 2013 -0600

    Linux Trace: rename provider header file
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 6b89900c2576ab787d5fb69dedcc6bd63a38fc93
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Nov 26 09:57:09 2013 -0600

    Linux Trace: register events for the Scheduler
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit e6ddbeb1f94744ddac389d0036a28be38eb6f02e
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Nov 26 09:03:18 2013 -0600

    Proxy Reverse: format C code according to Monkey programming style
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 2001f52571115c62f39b200301ffdd6a915b0c98
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Nov 26 08:51:48 2013 -0600

    Proxy Reverse: tweak conf and documentation
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit a22b0640da93a5698aab0e2c88d64545de481704
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Nov 26 08:42:54 2013 -0600

    Proxy Reverse: move OPTIONAL to EXPERIMENTAL
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 944a82db1d6943f63ed10de23b9464b84d5a83a2
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Nov 26 08:42:21 2013 -0600

    Proxy Reverse: set plugin as experimental
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 6649f2b7718ce893aa95dcf2bb161f643fb0d7eb
Author: Nikola Nikov <nikola.h.nikov@gmail.com>
Date:   Tue Nov 26 08:41:33 2013 -0600

    Proxy Reverse: initial merge of plugin
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit d90cb4420976a0d2341ce72c2d011720d25c967f
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Nov 26 08:39:05 2013 -0600

    API: expose mk_string_split_free in the API
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 1a24bf587410b51ada45c578ef19441ead50543d
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Nov 25 22:43:35 2013 -0600

    Jemalloc: do not run autoconf, configure script added
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 75e6b213a8574ec7c0818e71a8f362c17fc1a8f0
Author: Lauri Kasanen <cand@gmx.com>
Date:   Mon Nov 25 20:42:18 2013 +0200

    lib: Fix a bug introduced in 2a281ae932b30e0f40a925429437ca4304b6b954
    
    The jemalloc commit changed a wrong line, this wouldn't even compile.

commit 77a6683acfc7fa4601527dc4f2dc0bb836d5abce
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Nov 25 10:46:17 2013 -0600

    Linux Trace: fix conditional macro
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit e2eddd1e7eff2a36d62cdb5ab673aa01720e4cb3
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Nov 25 01:37:29 2013 -0600

    Jemalloc: add support for JEMALLOC_OPTS and fix libmath linker
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 41a1dd4cc370b2951ac80c9dda4c10f88720a00c
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Nov 25 00:25:31 2013 -0600

    Doc: Remove TODO file
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 9028a390e09ebc46c7beb5559bf09c449426820b
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Nov 25 00:19:06 2013 -0600

    Jemalloc: run autoconf before configure script
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 84105d4b48821bd414d7a9b887bb471a47e8641e
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Nov 25 00:18:28 2013 -0600

    Jemalloc: add missing test header file
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 462e2bc98ca984d54b19c7e16109d25712d61912
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Nov 25 00:10:33 2013 -0600

    Jemalloc: upgrade to v3.4.1-d6df91438a1cf25ea248c3897da463c51709c580
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit e750ea0768181766332c8d1df66bcc47e610871b
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Nov 24 23:41:46 2013 -0600

    CGI: replace strdup() by API str_dup
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 2a281ae932b30e0f40a925429437ca4304b6b954
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Nov 24 23:39:26 2013 -0600

    Memory: new default (optional) jemalloc memory allocator
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit e8d06ea1492b3fda90754db49f9a906cd4e0e7c9
Merge: 98a9864 5bcef00
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Nov 23 14:50:35 2013 -0600

    Merge branch 'lttng'

commit 5bcef00dab6e7001ec157320fd06b0eb2e413c52
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Nov 23 14:49:35 2013 -0600

    Linux Trace: banner to stdout
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 9c4097f3e549fff8d0e1674fcb76a75c4081bb82
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Nov 23 14:36:45 2013 -0600

    Linux Trace: Initial traces for epoll and epoll_state interfaces
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 6eb3555ce7e2e669cb9411a74e78e99c889a401a
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Nov 23 11:36:54 2013 -0600

    Linux Trace: initial test
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 98a986419a0856f4464644d8c9f293e43962b581
Author: Lauri Kasanen <cand@gmx.com>
Date:   Wed Nov 20 18:19:14 2013 +0200

    Another go at fixing the ghost issue

commit c5a859c667d3a29951a132cb42dee79882ad0d34
Author: Lauri Kasanen <cand@gmx.com>
Date:   Wed Nov 20 17:18:30 2013 +0200

    dirlisting: handle dirhtml_init failure

commit eb6425b869a0f0058872d32f8ac1fd9d2625f78e
Author: Sonny Karlsson <ksonny@lotrax.org>
Date:   Mon Oct 21 23:13:13 2013 +0200

    polarssl: Add support for polarssl-1.3.*.
    
    Signed-off-by: Sonny Karlsson <ksonny@lotrax.org>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit b03bf69168414f911980a67aa6364f87b4eff519
Merge: 1acfbbe 801e6b7
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Oct 29 22:14:06 2013 -0600

    Merge branch 'master' of ssh://git.monkey-project.com/srv/git/monkey

commit 1acfbbedd705433d144bc499e5122981fba2907b
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Oct 29 22:13:36 2013 -0600

    Plugin: on finish request, validate existent session
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 801e6b7e39f0489d00ab7c81aa3eb94f26072200
Author: Lauri Kasanen <cand@gmx.com>
Date:   Sun Oct 20 18:21:30 2013 +0300

    conn: Handle ghost connections from interrupted benchmarks, etc

commit a47352dcce9429c9d3b59348d988fca42a4b763f
Author: Lauri Kasanen <cand@gmx.com>
Date:   Sun Oct 20 16:12:44 2013 +0300

    utils: Constify the un-changing colors in mk_print

commit f96547689bce3bf7c3cf3f498ed70559b7391aae
Author: Lauri Kasanen <cand@gmx.com>
Date:   Sun Oct 20 16:09:42 2013 +0300

    logger: Remove unused var

commit dd096fdb71cf35f240d7d85ef782c0c2b898138e
Author: Lauri Kasanen <cand@gmx.com>
Date:   Sun Oct 20 15:48:07 2013 +0300

    logger: Print the reason for log file failure

commit 95779ab605f3482edde2b9547b4e542317a72bf4
Author: Lauri Kasanen <cand@gmx.com>
Date:   Sun Oct 20 15:43:05 2013 +0300

    cgi: Must return close_conx on error without sent data

commit 7de62a5d03ce1fcfcac37ab86ca52a61b902206b
Author: Lauri Kasanen <cand@gmx.com>
Date:   Sat Oct 19 12:20:19 2013 +0300

    logger: tm_mon is from 0 to 11

commit 379f2f9f9bc71cfaa119606eef6b14bc3077845b
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Oct 17 17:38:22 2013 -0600

    Development of Monkey v1.4 begins
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit a3a3b44eabba6ea9741d5db7521246daf6f3337b
Author: Lauri Kasanen <cand@gmx.com>
Date:   Thu Oct 17 17:58:19 2013 +0300

    logger: Include the URL in unknown errors

commit 65f01c0433bb3cc6e2b09c1237c374ba2949827e
Author: Lauri Kasanen <cand@gmx.com>
Date:   Thu Oct 17 15:29:32 2013 +0300

    logger: Move err_str to the above block so it stays available

commit f07989e94160d6f591e262f72099017da1f64520
Author: Lauri Kasanen <cand@gmx.com>
Date:   Thu Oct 17 14:19:49 2013 +0300

    Logger: handle unexpected errors too.
    
    Otherwise, the error log will have double lines, like these:
    1.2.3.4 - [14/Oct/2013 23:59:40 +0200] 2.3.4.5 - [14/Oct/2013 23:59:40 +0200] 5.4.3.2

commit 8c79733cfe3b5a903ad339d7274dc9bd8682ed86
Author: Lauri Kasanen <cand@gmx.com>
Date:   Thu Oct 17 14:02:33 2013 +0300

    signal: strsignal requires GNU_SOURCE

commit 07fec9e26a9130a3a45da96df2c2e1888eb0ab62
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Oct 15 10:25:17 2013 -0600

    Monkey 1.3.0

commit 33b9fdbea4ac6d8ef7e4eecd263d96af7b024227
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Oct 15 10:24:50 2013 -0600

    HTML: update index page
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 8d29d5b9712de8fad67fb489c39dd41e84308354
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Oct 15 08:58:45 2013 -0600

    Debian: update changelog
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 5d65b57499f8022be6f026a04d316c73f62cccb9
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Oct 3 19:30:04 2013 -0600

    API: Expose mimetype_lookup()
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 846e4423a3df7cba25923d4086faf274ddb02518
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Oct 3 08:43:36 2013 -0600

    Red-Black-Tree: remove unused augmented function
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 3fdcce481927307245b0cfe440a2609faba3a724
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Oct 3 08:37:08 2013 -0600

    Socket: on IP format error, use errno code number
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 9f854866d923df6042f859c167538f4e4b3a4acf
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Oct 3 08:33:31 2013 -0600

    Mimetype: fix linking to global linked list head
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit edbcc31f4c894a1a2cc726457d77730cd1317b4a
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Oct 3 08:20:16 2013 -0600

    Move roadmap to v1.4
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 6bb72aa98f7933b423b71a55cb37e576d1514cb9
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Oct 2 14:55:40 2013 -0600

    Configure: add new htdocs/ files
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 117f2c5025830f2a98a9ccf0b51acc85a7b94b84
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Oct 2 14:49:01 2013 -0600

    Mimetype: use also linked list and adapt mk_lib
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 67f638c49910e1636121df93f867ad2ed58395ee
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Oct 2 14:06:51 2013 -0600

    Debian: update changelog
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 96b5d8ac4c00a481fadf53dedf34cb86eb353e70
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Oct 2 00:28:33 2013 -0600

    HTML: little style changes
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 89c92d3b62ab3579fe2cff7efbc0ac11ccef2d03
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Oct 1 14:59:08 2013 -0600

    HTML: image logo scaled
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 04eb1c876bac3a405b7fea20f8eb0ae61cd1c692
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Oct 1 14:31:19 2013 -0600

    Core: upgrade red-black-tree implementation to the latest on Linux Kernel
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 9ae25f5d5576c6e5cb1f068057b4ad6fb302908c
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Sep 30 23:20:23 2013 -0600

    HTML: refactor index page with Bootstrap 3
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 5410b8fd6c8feb2a799bfec0117fff6010538650
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Sep 30 09:32:27 2013 -0600

    Mimetype: replace bsearch by red-black-tree (50% improvement)
    
    The mime types lookup algorithm was using a qsort()ed array plus a
    binary search with two main arrays: a top ten list (common) and another
    one for the rest.
    
    Even the solution was optimal for some cases, it have a huge dependency
    of a righ configuration of the top ten list, and considering the support
    of virtual host and different types of content we need a more generic
    solution that scale and optimize for all cases.
    
    This patch deprecate the top-ten list and replace the binary search by a
    red-black-tree solution, looking at the results after a benchmark we can
    see the following:
    
                           +-----------+-----------------+--------+
                           | bsearch   | red-black-tree  |   gain |
     +---------------------+-----------+-----------------+--------+
     |  mk_mimetype_find   |   11.54   |           5.82  |   ~50% |
     +---------------------+-----------+-----------------+--------+
    
    More graphical details here:
    
     http://edsiper.linuxchile.cl/mimetype_performance_improvement_001.png
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit defb83d92ec9da697c532ec23c06323476975c78
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Sep 22 10:14:42 2013 -0600

    Core: initialize clock before load plugins.
    
    Some plugins could use the core clock API or buffer cache to perform
    some timing operations (or format strings), before this patch the plugin
    would crash as the clock was not initialized before spawn it.
    
    This patch moves the sequential initialization before to load the plugins.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 58d0806619fdc16e96fd1accba8b9f06d0ec8656
Author: Nil Croustillac <nilcroustillac@gmail.com>
Date:   Thu Aug 1 11:00:39 2013 +0200

    HTTP: add support for OPTIONS method
    
    Signed-off-by: Nil Croustillac <nilcroustillac@gmail.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 216b8c8682b6ef31b5ef47cf0ecb7a295a61922b
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Aug 31 20:57:14 2013 -0600

    Core: on segfault... abort
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 12ac9fa3207c5f635e0f463c6d10a6ae7f53667e
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Aug 26 23:08:44 2013 -0600

    Event: verbose message on error when waking up connection
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 7ff71743097c04e2af7c95bcb8ef85a65dce79c8
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Aug 26 22:10:30 2013 -0600

    Event: move event check to plugin logic
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit f0085c4e177905c8f5338e4c819cab84481fd5e5
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Aug 26 21:52:29 2013 -0600

    Event: check that socket is alive before trigger hooks.
    
    When the events take place in the worker epoll queue, the timeout
    routine can remove and inactivate a client session, but sometimes
    a write event reporeted by the same epoll_wait() loop can be queued
    and can cause some inconsistences.
    
    For safety this patch makes the read and write event connection hooks
    to validate the epoll state before to proceed.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 98baeef078bfcd266c7c76f973bc4e0acbfe2a19
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Aug 24 18:57:25 2013 -0600

    Event: if wakeup fails, do not stop the server, just warn and return -1
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 303ef6d3470c006bd2a64f1387d454e9bd780bdf
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Aug 24 10:45:01 2013 -0600

    Core: new argument '-b' to print build information to stdout
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 765a16452d67971acfe76810212ba35519f7ec7f
Author: Valentin Ochs <a-monkey@0au.de>
Date:   Sun Jul 21 19:06:43 2013 +0200

    configure: check_generic returns false on warnings, links against needed libraries, gets documentation.
    
    configure: pthread test runs one function from pthread.h
    
    Signed-off-by: Valentin Ochs <a-monkey@0au.de>
    Signed-off-by: Sonny Karlsson <ksonny@lotrax.org>

commit 5cdd50d72ed45291d8e980fe34b84cbaaeb50297
Author: Valentin Ochs <a-monkey@0au.de>
Date:   Sun Jul 21 19:06:42 2013 +0200

    configure: Use tab for indentation consistently
    
    Signed-off-by: Valentin Ochs <a-monkey@0au.de>
    Signed-off-by: Sonny Karlsson <ksonny@lotrax.org>

commit 9aa8693670e1a81bb6ccbf442144fe3d488cc349
Author: Valentin Ochs <a-monkey@0au.de>
Date:   Sun Jul 21 19:06:41 2013 +0200

    configure: Use generic function to check for headers and functions
    
    Signed-off-by: Valentin Ochs <a-monkey@0au.de>
    Signed-off-by: Sonny Karlsson <ksonny@lotrax.org>

commit 2eefc13c6c3c8c330e7dd2ffc0484c07e1675a72
Author: Valentin Ochs <a-monkey@0au.de>
Date:   Fri Jul 19 20:18:36 2013 -0600

    configure: auto-check for backtrace support
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 88ca15385f0058f1e0dd77bc8064eca69c95ed79
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Jul 19 19:16:19 2013 -0600

    signal: do not use sys_siglist array anymore
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 49a46c4fd6fa2963adf93b0ea2785a1b517d33df
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Jul 19 19:05:25 2013 -0600

    core: add support for 'musl' C library, use --musl-mode
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 4b3b67c492ab304179becf6ba748f309b9afcba9
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Jul 19 18:50:03 2013 -0600

    FastCGI: use IOV_MAX instead of UIO_MAXIOV
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 45e34971c64fd4865cede108d62cacf1c6df3451
Author: Sonny Karlsson <ksonny@lotrax.org>
Date:   Wed Jul 10 17:36:52 2013 +0200

    mk_utils: Use timegm() instead of mktime().
    
    Fix if_modified_since_test01.htt failure in GMT+ zones and
    if_modified_since_test04.htt failure in GMT- zones.
    
    Signed-off-by: Sonny Karlsson <ksonny@lotrax.org>

commit 6d09cfb29399a04d6dd39ccf7de219e64b5a1e05
Author: Sonny Karlsson <ksonny@lotrax.org>
Date:   Wed Jul 10 17:40:19 2013 +0200

    Revert "mk_utils: Properly convert GMT to time_t."
    
    This reverts commit 63b90609f1863eefb5ab17d6effb69e0efef3b99.

commit 63b90609f1863eefb5ab17d6effb69e0efef3b99
Author: Sonny Karlsson <ksonny@lotrax.org>
Date:   Wed Jul 10 14:11:56 2013 +0200

    mk_utils: Properly convert GMT to time_t.
    
    Fix if_modified_since_test01.htt failure in GMT+ zones and
    if_modified_since_test04.htt failure in GMT- zones.
    
    Signed-off-by: Sonny Karlsson <ksonny@lotrax.org>

commit 43cc52f08f237dfda363903e21095b4a0e1a175c
Author: Sonny Karlsson <ksonny@lotrax.org>
Date:   Wed Jul 10 14:09:47 2013 +0200

    qa: Add if_modified_since_test04.htt.
    
    This test together with test01 should guarantee will guarantee that time
    conversion is properly performed both on negative and positive GMT
    offsets.
    
    Signed-off-by: Sonny Karlsson <ksonny@lotrax.org>

commit ca073bbd339d0fb4340674451989ac7fc0d9e616
Author: Sonny Karlsson <ksonny@lotrax.org>
Date:   Tue Jul 9 22:53:15 2013 +0200

    fastcgi: Remove unnecessary chunk debug messages.
    
    Signed-off-by: Sonny Karlsson <ksonny@lotrax.org>

commit 198891679b946193fbd408839b273ed3ea4c1b36
Author: Sonny Karlsson <ksonny@lotrax.org>
Date:   Tue Jul 9 16:21:22 2013 +0200

    mk_connection: Remove unused conn_switch declarations.
    
    Signed-off-by: Sonny Karlsson <ksonny@lotrax.org>

commit 40d7771c352f3902d8e68c1a5c75b7be0ebe9d67
Author: Sonny Karlsson <ksonny@lotrax.org>
Date:   Tue Jul 2 16:27:21 2013 +0200

    mandril: Add deny_hotlink /path directive.
    
    Deny any access to /path if referer is another domain.
    
    Signed-off-by: Sonny Karlsson <ksonny@lotrax.org>

commit 64c4e13c0f61bd007cd7d31d710231230719010d
Author: Sonny Karlsson <ksonny@lotrax.org>
Date:   Tue Jul 2 16:26:03 2013 +0200

    mandril: Check URL in stage_30 instead of stage_20.
    
    Assures that check is done on all pipelined requests.
    
    Signed-off-by: Sonny Karlsson <ksonny@lotrax.org>

commit 49f5ec670287ec3876b9990accf30d9fde725cf7
Merge: 4a6cf53 e169b4c
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jun 26 19:39:08 2013 -0600

    Merge branch 'master' of ssh://git.monkey-project.com/srv/git/monkey

commit 4a6cf53c01459f167de6dc027549cfbd9da3e003
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jun 26 19:38:19 2013 -0600

    HTTP/Post: do not force content-type (RFC2616 - 7.2.1)
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit e169b4c08a241c3c3f678bf2d49b4aea18ee698d
Author: Sonny Karlsson <ksonny@lotrax.org>
Date:   Mon Jun 24 12:06:17 2013 +0200

    auth: Fix bug 188, add extra space for '\0' termination.
    
    The buffer was too small to fit a terminator when there were no padding
    on the base64 encoded string.
    This patch makes base64_decode() terminate the decoded string by
    default.
    
    Signed-off-by: Sonny Karlsson <ksonny@lotrax.org>

commit 1e8944293f9125fce0e802cb1b48d2f3a085b7fd
Author: Sonny Karlsson <ksonny@lotrax.org>
Date:   Sun Jun 23 13:52:25 2013 +0200

    auth: Fix missing PLUGIN_TRACE argument.
    
    Signed-off-by: Sonny Karlsson <ksonny@lotrax.org>

commit 74eff649f0a2b6bf833d39c0ed5e96a11a002814
Author: Sonny Karlsson <ksonny@lotrax.org>
Date:   Sun Jun 23 13:42:51 2013 +0200

    fastcgi: Fix of request error log and signed compare warning.
    
    Report request errors using PLUGIN_TRACE() instead of mk_info().
    Fix signed compare in fcgi_config.c.
    Use PLUGIN_TRACE() for "No chunks to free".
    
    Signed-off-by: Sonny Karlsson <ksonny@lotrax.org>

commit f13791a0472b5578b397ebdf11184f7d9ed29827
Author: Lauri Kasanen <cand@gmx.com>
Date:   Sat Jun 22 16:02:32 2013 +0300

    Fix a few fcntl mismatches

commit ec97e15a0bdbc3a2a59dc42e854f3ae79933d440
Author: Lauri Kasanen <cand@gmx.com>
Date:   Sat Jun 22 15:54:47 2013 +0300

    Logger: set the log pipes to close-on-exec
    
    Likewise no race here, as connections aren't accepted yet.

commit a94b557dc182524a6c052f844dd1964eb3a3d601
Author: Lauri Kasanen <cand@gmx.com>
Date:   Sat Jun 22 15:50:43 2013 +0300

    liana: Set close-on-exec on new sockets

commit b2f03a35313c0ea0826e9cd2a4f9b44c77b44a1a
Author: Lauri Kasanen <cand@gmx.com>
Date:   Sat Jun 22 15:33:54 2013 +0300

    epoll: Set close-on-exec on the epoll FDs.
    
    Note that there is no race here, as connections are not accepted until everything is up.

commit 06fc2bb462241ee1e45e0026ee01cb0fc46831c5
Author: Lauri Kasanen <cand@gmx.com>
Date:   Sat Jun 22 15:27:06 2013 +0300

    utils: Open the PID file with close-on-exec

commit 945bdca2531a4125b23b44ee75f9dd0632cfea20
Author: Lauri Kasanen <cand@gmx.com>
Date:   Sat Jun 22 15:22:46 2013 +0300

    Logger: open the logs with the close-on-exec flag

commit eaf79f62c48138fff08f0d1d8cc3bd75517bd76b
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jun 19 19:35:13 2013 -0600

    QA: add HTTP range tests 04 and 05
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 91628ec15925878f21a4bf0db7e4a7eaabb45ee1
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jun 19 19:30:28 2013 -0600

    HTTP: ranges fixes and implement 416 status code (fix #184)
    
    The ranges parser did not validate properly the maximum offset
    allowed, so if a requester set limit offset equal to file size it
    continue processing, internally the sendfile(2) did not failed
    returning always zero, this condition was not handled and for hence
    that connections keeps running without ending, it could lead to a
    DoS.
    
    This patch improves the range headers validation, fix the validation
    of mk_http_send_file() routine and when the range is not satisfied, it
    will return the status code 416:
    
          HTTP/1.1 416 Requested Range Not Satisfiable
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 493609cbe3d19325f2dbe9d64dfc3d9d27d82764
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jun 19 15:33:10 2013 -0600

    mandril: fix rule names
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit fcb7727b8130673f01adb3bf8c55967c3e100c5e
Author: Sonny Karlsson <ksonny@lotrax.org>
Date:   Wed Jun 19 15:11:41 2013 +0200

    auth: Ignore too large user entries.
    
    Signed-off-by: Sonny Karlsson <ksonny@lotrax.org>

commit 5d5c5fb6d2a8439f44f963924318cef3144e83ae
Author: Sonny Karlsson <ksonny@lotrax.org>
Date:   Wed Jun 19 15:01:32 2013 +0200

    auth: Fix buffer overflow when loading user file.
    
    The third parameter of strncpy(3) was badly calculated.
    For each entry in the users file the parameter was the length from start
    of file until end of username, when it should be calculated from current
    buffer position.
    This causes writes outside buffer when the user file is larger than 2 *
    sizeof(struct user).
    
    Signed-off-by: Sonny Karlsson <ksonny@lotrax.org>

commit fffc0f51ce49441a690ff841265017d4cac106a1
Author: Sonny Karlsson <ksonny@lotrax.org>
Date:   Wed Jun 19 14:29:16 2013 +0200

    auth: Fix bug where failed base64_decode() cause segfault.
    
    Signed-off-by: Sonny Karlsson <ksonny@lotrax.org>

commit 009b2cedb9e9c03a3fcfeef25079427b155ad9c2
Author: Sonny Karlsson <ksonny@lotrax.org>
Date:   Wed Jun 19 13:25:16 2013 +0200

    request: Remove unused session_request member virtual_user.
    
    Signed-off-by: Sonny Karlsson <ksonny@lotrax.org>

commit 9a68d97358be416376f53d8c6a401258b7c32f76
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jun 17 21:35:43 2013 -0600

    Liana/PolarSSL: add listen address to error message
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 1c5d24707a3194aa5681b42f7bbce69f011c40b8
Merge: 37c90d6 4128b9a
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jun 17 17:50:05 2013 -0600

    Merge branch 'master' of ssh://git.monkey-project.com/srv/git/monkey

commit 37c90d66a890ba97d906a777373220a75a9cb85d
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jun 17 17:49:11 2013 -0600

    monkey.conf: keys description ends with ':'
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit c14ab3825e73d91becf085e0ca4ec51ff5ba82a7
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jun 17 17:47:58 2013 -0600

    PolarSSL: TransportLayer config must exists
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 4128b9a19120ae74e7f7621ac29abf0ce1d222fe
Author: Sonny Karlsson <ksonny@lotrax.org>
Date:   Fri Jun 7 10:27:59 2013 +0200

    auth: Reject usernames if length does not match.
    
    Signed-off-by: Sonny Karlsson <ksonny@lotrax.org>

commit e3e7c57796e43512252b36af5cfcc651ef74ff36
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jun 6 11:38:54 2013 -0600

    Fix #182: DoS bug on headers parser.
    
    This patch fix the root cause for a problem described in Ticket #182,
    actually if a header is malformed like a Header Key without a value, the
    ToC parser used to continue processing the next header line.
    
    The solution applied is to improve the ToC generator where it adds extra
    validations for at least one colon and forcing each header line to contain
    a value or empty space, otherwise the server will trigger a Bad Request
    response to the client and close the connection.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit f073796eb48f55637c96c2f37029b54d9a5892c4
Merge: 6933315 ae6817d
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jun 6 11:40:23 2013 -0600

    Merge branch 'master' of ssh://git.monkey-project.com/srv/git/monkey

commit ae6817d2b3a0eb473c5ef2b98ce55a8abf8d4e88
Author: Lauri Kasanen <cand@gmx.com>
Date:   Thu Jun 6 17:49:57 2013 +0300

    utils: Fix a valgrind warning about uninitialized data

commit fd2ffd31a29c6d63d3de7a09c84a9184f853317b
Author: Lauri Kasanen <cand@gmx.com>
Date:   Thu Jun 6 17:42:46 2013 +0300

    Sched: Fix a segfault when iterating timeouts

commit 9b835d04f1f02872d4e19063fcfca57e9c502526
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jun 3 19:47:54 2013 -0600

    auth: add trace messages
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit ca93a333398ebf05ee235d324484824026ae7ee4
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri May 31 23:09:39 2013 -0600

    Add a roadmap draft for v1.3
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 6933315a67aae991d2a87a4eee736cec042e2225
Merge: 8b182d3 84eada9
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon May 27 08:33:26 2013 -0600

    Merge branch 'master' of ssh://git.monkey-project.com/srv/git/monkey

commit 84eada9f0991929c67798695c5561127aa0b6745
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun May 26 21:17:27 2013 -0600

    Debian: update Monkey version to v1.3
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit eb014709ff2c5d6c5156f321e38ac850ce6bbdfa
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun May 26 21:05:27 2013 -0600

    Development of Monkey v1.3 begins
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 894b9ae667b7a54e22392501f1572c84d89737bd
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun May 26 20:59:57 2013 -0600

    Update ChangeLog for v1.2.0
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 0176bede95ebcb8930e45c5a4fac40f0cd8b17cd
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun May 26 20:59:57 2013 -0600

    Monkey v1.2.0
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit d5369c55e1351cfeec7accf9a01823fffaaf70c6
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun May 26 20:59:45 2013 -0600

    configure: set new macro __MONKEY_GIT__ (devel/release)
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 9f32a0c56ab185651dc91a858ac5259f07ed9ad1
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun May 26 18:24:08 2013 -0600

    request: improve security over first HTTP request line.
    
    The HTTP parser did not evaluate probable invalid return values
    for the index() glibc function. This patch force to verify the
    value before to move forward with the next parsing instructions.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 2fb4023627071cfbacd0ac7d3774191bb4fe742f
Author: Zeying Xie <swpdtz@gmail.com>
Date:   Sat May 25 13:53:04 2013 +0800

    Config: Fix substring length for copy
    
    Signed-off-by: Zeying Xie <swpdtz@gmail.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit f9b2c35fa4cfaceb4f6dbb149a0d5da16c2240a8
Author: Zeying Xie <swpdtz@gmail.com>
Date:   Sat May 25 13:50:23 2013 +0800

    String: validate length of substring first.
    
    This patch makes to validate the substring string length
    to avoid extra memory allocation and release.
    
    Signed-off-by: Zeying Xie <swpdtz@gmail.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 8ea90d941448212398603e2a29c9dedd024e6686
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri May 24 20:13:21 2013 -0600

    Scheduler: protect from zombie connections
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 8b182d3d8cb29ae4eb2085db381898ec5643fcb1
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon May 20 12:45:57 2013 -0600

    Config: fix trace message for error pages
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 94e3366912cc2bd8fb278c3fa8a8963041b25c42
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon May 20 12:39:17 2013 -0600

    Debian: add missing 404.html file
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 40bd68e22fec0ef075fe9a13a2095ce1a132d121
Author: Lauri Kasanen <cand@gmx.com>
Date:   Mon May 20 15:02:07 2013 +0300

    cgi: Should return NEXT here

commit 2e1b665ec4ee71d743b3ba53038a510e2aae8417
Author: Lauri Kasanen <cand@gmx.com>
Date:   Mon May 20 14:55:45 2013 +0300

    cgi: Don't call close on self

commit c0d904b3c666788cd39229cf50e24b0d9758ada8
Author: Lauri Kasanen <cand@gmx.com>
Date:   Mon May 20 14:20:43 2013 +0300

    cgi: Don't access freed memory

commit c64107ab88ee8446d45485398d5d22b2d2234c39
Author: Lauri Kasanen <cand@gmx.com>
Date:   Mon May 20 14:03:30 2013 +0300

    Set close-on-exec flag on new connections

commit de122063f92cbc0bfde72ad41fffb978b66ba2d4
Merge: dac562a 7fa5419
Author: Lauri Kasanen <cand@gmx.com>
Date:   Mon May 20 15:23:02 2013 +0300

    Merge branch 'master' of monkey.io:/srv/git/monkey

commit 7fa54197d6b3cd470170e5a9fd606e9d1a277236
Author: Sonny Karlsson <ksonny@lotrax.org>
Date:   Mon May 20 14:05:47 2013 +0200

    fastcgi: Remove use of strndup().
    
    Signed-off-by: Sonny Karlsson <ksonny@lotrax.org>

commit dac562ad1385e2cc5dda833a13e9be1fa07bcf88
Author: Lauri Kasanen <cand@gmx.com>
Date:   Mon May 20 13:53:22 2013 +0300

    cgi: Make sure stderr is handled

commit f7347aecdd0c35e99825f0826e08c636d04dfd12
Author: Lauri Kasanen <cand@gmx.com>
Date:   Mon May 20 13:46:31 2013 +0300

    Fix some remaining places from the monkey.h > libmonkey.h rename
    
    Configure, man pages, and examples were not updated in
    fd9c07d6ccc2fe8d37093bb213d375fbbd77cd29
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>

commit 5c77a262bf69380b80937ab15bad4a974ffa74d1
Author: Sonny Karlsson <ksonny@lotrax.org>
Date:   Mon May 20 10:27:20 2013 +0200

    fastcgi: Change event mode of fcgi_fd correctly.
    
    Prevent fcgi_fd from causing error when write event occur when
    receiving.
    
    Signed-off-by: Sonny Karlsson <ksonny@lotrax.org>

commit cf95a901e99dd80fc174cdd8300b5d14be08953e
Author: Sonny Karlsson <ksonny@lotrax.org>
Date:   Sun Apr 7 20:07:41 2013 +0200

    plugin: Invoke stage_40 in http_request_end().
    
    Fix a bug where stage_40 is never invoked if plugin ends request outside
    of stage_* callbacks.
    
    Bug discovered by mchubby
    (github.com/ksonny/fastcgi-monkey-plugin/issues/1).
    
    Signed-off-by: Sonny Karlsson <ksonny@lotrax.org>

commit 20853846056a327c47cbf6693f3580b198593882
Author: Zeying Xie <swpdtz@gmail.com>
Date:   Sun May 19 22:25:47 2013 +0800

    Cheetah: Add a funtion to strip leading and trailing whitespace of input command line
    
    Signed-off-by: Zeying Xie <swpdtz@gmail.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit df51b9ee3a4aab57abc01716cdcd82cb72c0d834
Author: Zeying Xie <swpdtz@gmail.com>
Date:   Thu Apr 25 14:34:13 2013 +0800

    Config: remove unnecessary semicolon(;)
    
    Signed-off-by: Zeying Xie <swpdtz@gmail.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 6dfecb2c6bc1577d5cd121ab711d338bef2c4fd3
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri May 17 18:02:26 2013 -0600

    Debian: dropped libmonkey-dev and fixes in monkey-dev
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit fd9c07d6ccc2fe8d37093bb213d375fbbd77cd29
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed May 15 21:45:21 2013 -0600

    Debian: new libmonkey-dev and library naming improvements
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit ebec48b762776d951953eeaf8bf95f3dfac25514
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed May 15 16:48:51 2013 -0600

    Debian: libmonkey now distributes libmonkey.so symbolic link
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit a8ff795e6d068858ca237f7b0a629a49e6d184d3
Author: Lauri Kasanen <cand@gmx.com>
Date:   Sun Dec 16 17:10:11 2012 +0200

    cgi: Fix behavior with high-performance CGI
    
    cgit is too fast for epoll, causing epoll to send a hangup event
    even though there are still several kilobytes left to read.
    
    With this change, cgit can correctly send huge files on monkey.

commit 0ca081c82d6e3c8a4b498c338dcb7ae0d199160d
Author: Lauri Kasanen <cand@gmx.com>
Date:   Wed May 15 17:59:26 2013 +0300

    cgi: Fix a crash due to uninitialized list

commit be7bc69fd5c92f24a1cab5cd14125bf4361d05eb
Author: Lauri Kasanen <cand@gmx.com>
Date:   Tue May 14 12:15:34 2013 +0300

    cgi: Make sure all mk_pointers are handled with length

commit c91eb32fbb59a8376f49dcf088bb646e9b2e5724
Author: Denis Mone <monedenis@gmail.com>
Date:   Wed Apr 10 16:08:32 2013 +0300

    Follow on Bug #172: content_type fixes.
    
    There is a problem with the sr data structure the
    sr->content_type.data field  contains the content_type
    value as well as the content_length value.This in combination
    with the SHORTLEN value(64) leads wrong characters being copied
    to the content_type ENV variable.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit c6f86d70cc02277aa73335a5d72a847478b3968a
Author: Lauri Kasanen <cand@gmx.com>
Date:   Mon Dec 17 18:14:15 2012 +0200

    cgi: More swrite error checks
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit f2433e07d695bdb81b4724a7aaafd93e75965deb
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri May 10 21:18:12 2013 -0600

    Debian: new libmonkey package (still require some fixes)
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 126a172f2428ae4a63003304aa143b1d2d62204d
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri May 3 21:56:24 2013 -0600

    Debian: monkey-dev now distribute Monkey headers
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 8abf65df12ad9d4b810a68dfbdd346b46d7c0fad
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Apr 30 20:27:42 2013 -0600

    Debian: few Lintian cleanups
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit ed229dc7333162328bc3d5ee61b3fed4a3e3ba3e
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Apr 30 20:15:58 2013 -0600

    Debian: add monkey-mandril package
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 968879437194bb51d6fc15538dcd72dfbc1d5683
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Apr 30 20:06:26 2013 -0600

    Debian: add monkey-dirlisting plugin
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit fb071fe12611de2a5440346e340d746e26a1bb93
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Apr 30 20:01:45 2013 -0600

    Debian: add monkey-auth package
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit d8cc0fe51c715c23a6fcf3c0b9240d15a0c0887f
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Apr 29 21:29:07 2013 -0600

    Debian: new monkey-cheetah plugin
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 40f3f462a30f20a063116cc14261b7f6987ff61c
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Apr 29 20:48:09 2013 -0600

    Debian: new monkey-logger plugin
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 84221c7ed8205a862df9c730b222605119a77913
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Apr 29 20:37:16 2013 -0600

    Logger: exit properly if config file cannot be found
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit b6b08ae2217e777c53bb28a62c60a7779b27d981
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Apr 29 20:23:03 2013 -0600

    Debian: cleanup most of Lintian errors and warnings
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 32afbfe931094ea450af8b55ebcee4e3a9a9eae7
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Apr 29 18:44:45 2013 -0600

    Debian: new monkey-liana
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit aeb58c3dc18bf4c3a1d696e36b6768e7e1adff3d
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Apr 29 18:41:28 2013 -0600

    Debian: new monkey-cgi and monkey-fastcgi packages
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit de3533d990eb7412715651570967059a374db950
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Apr 29 18:37:04 2013 -0600

    Debian: make monkey-polarssl depends on monkey
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit fd1e3276bc04e2f611373eec9ee6c88b19fc0037
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Apr 29 18:33:40 2013 -0600

    FastCGI: plugin is now OPTIONAL
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 7ab566607c0e01d199ba931916d51fa59c3912a7
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Apr 29 18:33:20 2013 -0600

    Debian: new monkey-polarssl and enable fastcgi
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 253a247f74204ac7f0e5c771b4e37d60bfb7336f
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Apr 29 16:47:48 2013 -0600

    Debian: update package version to v1.2.0
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 0a4a9d98db477bf70154cb9dbeae60a2b1ba1200
Author: Vincent Cheng <Vincentc1208@gmail.com>
Date:   Sat Apr 20 01:29:33 2013 -0700

    Debian: install all plugins made available in the debian/tmp/ build tree
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit ce89b5d81bf6ac305bece9021884c9b7f5a7910d
Merge: b354b03 d857e52
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Apr 19 07:40:23 2013 -0600

    Merge branch 'master' of ssh://git.monkey-project.com/srv/git/monkey

commit b354b03baea8b0bb0237609d43888c4dedd140ad
Author: Vincent Cheng <Vincentc1208@gmail.com>
Date:   Wed Apr 17 01:18:35 2013 -0700

    Debian: include polarssl plugin, remove reference to matrixssl in d/control
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 14ba00892735c44742519e5e6b15ff3b846dad58
Author: Vincent Cheng <Vincentc1208@gmail.com>
Date:   Mon Apr 15 02:21:17 2013 -0700

    Debian: add watch file
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit f173c8a78bdd4ef8f6d1f25eb03ea2d0d887eb99
Author: Vincent Cheng <Vincentc1208@gmail.com>
Date:   Mon Apr 15 02:11:26 2013 -0700

    Debian: update Format: field in d/copyright with DEP-5's successor
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit c0b801dc98db2165f73278a9ebb5cf6ed6b9f2a6
Author: Vincent Cheng <Vincentc1208@gmail.com>
Date:   Mon Apr 15 02:09:02 2013 -0700

    Debian: set -e is generally preferred (IIRC it's mentioned somewhere in Policy)
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 30c797ecae404006a3a4505995eaad69dc0c33c7
Author: Vincent Cheng <Vincentc1208@gmail.com>
Date:   Mon Apr 15 02:08:30 2013 -0700

    Debian: clean up rules file and take advantage of override targets provided by dh >= 7
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 525131518d4228fb62c5e9bb03ed80cc39419bb7
Author: Vincent Cheng <Vincentc1208@gmail.com>
Date:   Mon Apr 15 02:06:52 2013 -0700

    Debian: remove redundant README file
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit d857e52237c82173e47584b98efa46d87cea61cc
Author: swpd <swpdtz@gmail.com>
Date:   Tue Apr 16 01:10:31 2013 +0800

    Logger: fix type mismatch
    
    Signed-off-by: swpd <swpdtz@gmail.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 1a4d0880bd8ad4d86571c38966b94718b218e5e3
Author: swpd <swpdtz@gmail.com>
Date:   Sat Apr 13 00:37:51 2013 +0800

    Macro: remove semicolon(;) behind the MK_NET_HOSTMAX macro
    
    Signed-off-by: swpd <swpdtz@gmail.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 1053f3be5c28f536537ca008579ed65284a8e745
Author: swpd <swpdtz@gmail.com>
Date:   Wed Apr 10 23:27:16 2013 +0800

    HTTP: remove double inclusion in mk_http.h
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit d1413bbfec6a2ede6de97bfb369c9369cbd98f89
Author: Lauri Kasanen <cand@gmx.com>
Date:   Tue Apr 9 10:18:22 2013 +0300

    dirlisting: Fix off-by-one
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit ec0f09ba3b4c5264c64b91664a24f90833f3ff46
Author: Bjorn Lindgren <nr@c64.org>
Date:   Mon Apr 8 09:31:30 2013 +0200

    Lib: fix minor memory leak
    
    Signed-off-by: Bjorn Lindgren <nr@c64.org>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit e400659ccdcbd884f893f95e8a53e6a6bb887e67
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Apr 6 14:35:09 2013 -0600

    Dirlisting: file name entry is a static buffer now
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit f9c7f9a36787fc0e3e817750b454a8d755a06856
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Apr 5 14:17:33 2013 -0600

    Core: fix minor data type mismatch
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 6b94536861568359a23da5b23740ada4df621104
Merge: c22fd25 3724f56
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Apr 5 14:04:58 2013 -0600

    Merge branch 'master' of ssh://git.monkey-project.com/srv/git/monkey

commit c22fd25c0c33ebfb8a23d12b97c85244524428e5
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Apr 5 14:02:28 2013 -0600

    HTTP/API: Fix #161: restrict and validate return of MK_PLUGIN_RET_END.
    
    This patch fix issue #161 where a plugin on stage_30 returns
    MK_PLUGIN_RET_END without do nothing.
    
    From now a STAGE_30 plugin when sending MK_PLUGIN_RET_END requires
    that response HTTP headers have been sent, otherwise it will fail
    with a mk_bug() from the plugin caller.
    
    If the intention is to close the connection, use MK_PLUGIN_RET_CLOSE_CONX
    instead.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 3724f56a1f5d4cd52970738f6766f4ea426c80b0
Merge: 927b887 e26011f
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Apr 1 09:45:10 2013 -0600

    Merge branch 'master' of ssh://git.monkey-project.com/srv/git/monkey

commit 927b8870ebef817d25a8e0c6909c5cad4c386980
Author: Denis Mone <monedenis@gmail.com>
Date:   Thu Mar 28 20:34:37 2013 +0200

    Fixed bug #172. The problem was that the CONTENT_TYPE enviromental variable had to be set to application/x-www-form-urlencoded for the POST array to be accesed.Because the SHORTLEN value was not big enough the value copied on CONTENT_TYPE was application/x-www-form.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit b2a18cd9a5aea7f04d52009768a5f5848bbb01e6
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Mar 27 04:20:44 2013 -0600

    PolarSSL: align configuration file indentation level
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit e26011f4449ff534b2c21bd2d9ca35ecb5de66a8
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Mar 25 22:30:21 2013 -0600

    PolarSSL: Fix makefile to link polarssl library properly
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit ee5c1dbe656d93c031a584e2c38663a501e3ba6c
Merge: 1aa1a71 844b042
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Mar 16 12:10:54 2013 -0600

    Merge fix for #174

commit 844b0429ce3e64535a10b5cd7f144ff39bae4b7b
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Mar 16 12:07:05 2013 -0600

    CGI: Fix #174 / unhandled global rules
    
    This patch Trac #174 problem, where the global rules for CGI
    were not handled by the plugin. Now the plugin is able to run CGI
    based scripts using rules from plugins/conf/cgi/cgi.conf.
    
    Tested with simple Perl and PHP scripts.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 1aa1a711da6bc36a901514474ad9e24e803132c5
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Mar 15 15:45:42 2013 -0600

    Configure: Fix #117: remove strip instructions
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 90363a114804d38330091977e15478b134e83543
Merge: 0dd4dfb 3a14258
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Mar 15 07:27:28 2013 -0600

    Merge branch 'master' of ssh://git.monkey-project.com/srv/git/monkey

commit 3a14258510e016b15b2c28c1ce434a9c91a3d8e7
Author: Sonny Karlsson <ksonny@lotrax.org>
Date:   Tue Mar 12 22:32:27 2013 +0100

    mconf: List polarssl as https transport layer.
    
    Signed-off-by: Sonny Karlsson <ksonny@lotrax.org>

commit c9ce51ea18da423d1fee026ef16fa78226da3b5d
Author: Sonny Karlsson <ksonny@lotrax.org>
Date:   Fri Mar 8 18:48:03 2013 +0100

    polarssl: Add support for TCP_FASTOPEN.
    
    Signed-off-by: Sonny Karlsson <ksonny@lotrax.org>

commit 76211481835ca0e5e2a01bd9b49f53a32cef694b
Author: Sonny Karlsson <ksonny@lotrax.org>
Date:   Fri Mar 8 17:41:40 2013 +0100

    polarssl: Fix assert failure on exit.
    
    Return NULL if local contexts is requested outside worker threads.
    Allows close calls from main process on exit.
    
    Signed-off-by: Sonny Karlsson <ksonny@lotrax.org>

commit 7d137885ee9611f3e2a5a0ce8b4741320835845b
Author: Sonny Karlsson <ksonny@lotrax.org>
Date:   Fri Mar 8 17:14:46 2013 +0100

    polarssl: Use DHM parameters from RFC5114 if available.
    
    Uses built-in parameters and removes warnings if polarssl version >
    1.2.0.
    
    Signed-off-by: Sonny Karlsson <ksonny@lotrax.org>

commit 4573786c2f704385ae02f833c5c4a7a4faecb34e
Author: Sonny Karlsson <ksonny@lotrax.org>
Date:   Fri Mar 8 17:07:39 2013 +0100

    polarssl: Use dummy error_strerror() if not available.
    
    Includes a dummy version of error_strerror() if POLARSSL_ERROR_C is
    undefined and version <1.2.5.
    
    Signed-off-by: Sonny Karlsson <ksonny@lotrax.org>

commit 364f63a107be7d298ea8ead1fc12c29b87c4c2a1
Author: Sonny Karlsson <ksonny@lotrax.org>
Date:   Fri Mar 8 16:57:12 2013 +0100

    polarssl: Use global entropy context.
    
    Move entropy from thread context to global context.
    
    Signed-off-by: Sonny Karlsson <ksonny@lotrax.org>

commit d7147c3ee56e6d83760c1b0f6167f2bf21916ebf
Author: Sonny Karlsson <ksonny@lotrax.org>
Date:   Tue Feb 5 15:08:48 2013 +0100

    polarssl: Reset session in context_unset.
    
    Signed-off-by: Sonny Karlsson <ksonny@lotrax.org>

commit df144491b6cae55b4a906d57dea62cf0b39a7dbb
Author: Sonny Karlsson <ksonny@lotrax.org>
Date:   Tue Feb 5 15:08:26 2013 +0100

    polarssl: Rename polar_context_unset to context_unset.
    
    Signed-off-by: Sonny Karlsson <ksonny@lotrax.org>

commit 594120113bfaf432acbed4bef02b828a0e4c73b7
Author: Sonny Karlsson <ksonny@lotrax.org>
Date:   Fri Mar 8 21:22:53 2013 +0100

    polarssl: Don't return -1 from sendfile on EAGAIN.
    
    If no data is sent, but EAGAIN is set, return 0 instead of the usual -1.
    This is a workaround as EAGAIN isn't checked when sendfile is used in
    core.
    
    Signed-off-by: Sonny Karlsson <ksonny@lotrax.org>

commit 0dd4dfb6baeceb62e317bd4813773657f8e3b8e0
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Mar 11 20:20:37 2013 -0600

    Mimetype: remove lower case lookup
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 2bb5178ed74300a9b4e95b2cc1f960dde5b01dc9
Author: Lauri Kasanen <cand@gmx.com>
Date:   Mon Mar 11 20:31:45 2013 +0200

    lib: Move the workers check to the right place, fixes crash
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 73a011168e8c2c13e45dad0a4a705e6fa89d345b
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Mar 11 12:56:39 2013 -0600

    Configure: add #LIBDIR# parser
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 82ab60f4f3ad1d23230c680a330ba62507eca48f
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Mar 7 08:23:23 2013 -0600

    Lib: if config->workers is zero, set value based on number of CPU cores
    
    If the config->workers is zero, the number of worker threads is
    determinated based on the number of CPU cores.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 0198689376cad221b15129808196f2c2d21d08b4
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Feb 18 07:11:03 2013 -0600

    Lib: add missing errno.h header and fix a mimetype point type
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 62a9f2a08bb788f664402ffaf4cf2d4cff8f929a
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Feb 18 07:04:42 2013 -0600

    CGI: implement global CGI match rules
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 5a6696bf90a9b563c1a7c22752ac171102b13462
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Feb 16 16:54:11 2013 -0600

    TCP: Add support for Linux TCP_FASTOPEN (aka TFO)
    
    Recent Linux Kernels implements a new TCP feature
    called TCP_FASTOPEN. This feature reduces the TCP
    handshake roundtrip improving performance for new
    connections. For more details refer to the following
    articles:
    
     - http://lwn.net/Articles/508865/
     - http://kernelnewbies.org/Linux_3.7#head-cd32b65674184083465d349ad6d772c828fbbd8b
    
    Requirements:
    
     - the client side must be running Kernel >= 3.6.
     - the server side must be running Kernel >= 3.7.
     - Besides the Kernel version, the client and the server
       must request to use TCP_FASTOPEN/MSG_FASTOPEN in their
       respective calls.
     - the tcp_fastopen flag must be enabled:
    
          # echo 1 > /proc/sys/net/ipv4/tcp_fastopen
    
    The good thing of this feature is that no matters if
    the client implements TFO or not, the server will work
    anyways.
    
    This patch enable TCP_FASTOPEN by default in Liana plugin
    and also export a new function mk_socket_set_tcp_fastopen()
    for generic purposes.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit fbc2a6b2c8828e6bbc1ae5a5c099905abc1c4263
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Feb 16 13:50:47 2013 -0600

    Liana_SSL: deprecate plugin based on MatrixSSL
    
    According to:
    
      http://lists.monkey-project.com/pipermail/monkey/2013-February/001785.html
    
    Liana provides the networking layer to Monkey and its _SSL version the
    networking layer with SSL encryption capabilities. The first version of
    this plugin was built on top of MatrixSSL library but this last one is not
    well maintained and there is no community involved on that product, what
    that means ? that nobody cares about it and integrate in a Linux
    distribution is a pain so we cannot be stuck on that anymore. Jonathan
    (zeus) from our community was doing a good job packaging the latest version
    in our repository, but MatrixSSL continue be a problem.
    
    After review some open sourced SSL options, I found that PolarSSL is the
    best one that fit our needs. Because of:
    
       - open source
       - well maintained in Linux distributions
       - lightweight so it fill well in embedded Linux environments
       - years of work supported by a community
    
    Besides that, there is a concern about how that library can impact Duda I/O
    (web services framework that runs on top of Monkey). Because the web
    services created by people can be closed...  what happen if the service
    links to PolarSSL through Duda LGPL code ? answer: nothing. As PolarSSL
    works under Monkey and Monkey under Duda, there is no problem in linking
    or licensing issues, this have been confirmed by PolarSSL team after talk
    to their lawyer, so we are pretty good.
    
    Sonny Karlsson have provided yesterday a new plugin named PolarSSL (good
    job!), so everything is ok for the next step.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 056b7fc2ebd889fa9e4d41db427301d31b57d34c
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Feb 16 13:45:20 2013 -0600

    Palm: deprecate plugin. Its not you, its me.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit e5f9bc8a4576c2e6870c5143cf2aaf958ae00bac
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Feb 15 21:18:16 2013 -0600

    Plugin: export red-black tree interfaces
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit d6b00238a1c68a1428c4da370978f7a7ed5e5bdf
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Feb 15 16:48:44 2013 -0600

    Scheduler: use red-black tree algorithm to handle connection nodes
    
    This patch replace the linear query over the busy queue to lookup
    connection nodes by a red-black tree algorithm. This represents
    a huge improvement in performance under a high load.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 0665af623c3f6b74e268566bce81b9fcc16500d5
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Feb 14 23:33:46 2013 -0600

    Epoll: remove instance field from epoll state nodes and code cleanups
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit f64be99085b28f425ca81f7429396b967a244108
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Feb 14 12:02:50 2013 -0600

    Configure: link to mk_rbtree.o object
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit d4460fd3c810e017292a27b42b9f9e95c4b6cd0b
Merge: ca69bc6 fed3d42
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Feb 14 12:02:06 2013 -0600

    Merge commit 'fed3d4224cdbf2fed51c272dde6138df14916aad' into red-black-tree

commit fed3d4224cdbf2fed51c272dde6138df14916aad
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Feb 14 11:53:46 2013 -0600

    Epoll: define behavior mask as unsigned int
    
    previous this patch the behavior mask for each file descriptor
    state was defined as signed int, but EPOLLET value can take the
    highest value available and this can lead to some problems when
    mapping inside a signed value.
    
    This patch makes the behavior mask be defined as unsigned int.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 73f14a893bc1c1844f0afce1b53029cfc4f1b43c
Author: Curtis Hall <curt@bluecherry.net>
Date:   Mon Feb 11 14:18:54 2013 -0600

    Added CONFIGURATION title to INSTALL
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit ca69bc66ecba9827efbee88fd9fc1fe9e8cf140c
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Feb 10 16:31:22 2013 -0600

    Core: add mk_rbtree.c and mk_rbtree.h
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit e6bb1fb52f00ce7180a992a462da99a7abf0a906
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Feb 10 16:30:55 2013 -0600

    Core: initial implementation of red-black tree
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 831645824fc48ab97e59da06f63e94090a07c758
Author: Neil Haran <neil.haran@inrom.co.uk>
Date:   Wed Feb 6 14:20:06 2013 -0600

    Plugin: fix offset of data content when sending out data
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit b402b91f20f55570625e0fe0651bf481bd95ddd4
Author: Sonny Karlsson <ksonny@lotrax.org>
Date:   Wed Feb 6 19:34:52 2013 +0100

    fastcgi: Update plugin to v0.2.
    
    commit 03aec5b6d3a364625aa31c3bfef8605d0bdd44f9
    Author: Sonny Karlsson <ksonny@lotrax.org>
    Date:   Wed Feb 6 19:23:06 2013 +0100
    
        fastcgi: Set version.
    
    commit 064822ac4a913cf067db34c374492243e9079981
    Author: Sonny Karlsson <ksonny@lotrax.org>
    Date:   Wed Feb 6 19:21:24 2013 +0100
    
        fastcgi: Set HTTPS in cgi environment.
    
    commit 58585d06c37a5a1f1ca008b5bbba0bb1b64f877a
    Author: Sonny Karlsson <ksonny@lotrax.org>
    Date:   Wed Feb 6 19:13:28 2013 +0100
    
        fastcgi: Compatibility with SSL transport.
    
        Use mk_api->socket* on client socket and unistd functions on fastcgi
        socket.
    
    commit e8549387c228c45bc128844deaa27d97fc64cc3d
    Author: Sonny Karlsson <ksonny@lotrax.org>
    Date:   Mon Jan 28 13:20:12 2013 +0100
    
        fastcgi: Fix conditional close of fastcgi connection.
    
    commit f5ebf5edc5062446313b99f6886cad8620df5b06
    Author: Sonny Karlsson <ksonny@lotrax.org>
    Date:   Sun Jan 27 16:54:43 2013 +0100
    
        fastcgi: Update minimal libfcgi config example.
    
    commit ce56895c132c8b9769e9fd365b6662a2d8b47596
    Author: Sonny Karlsson <ksonny@lotrax.org>
    Date:   Sun Jan 27 17:10:16 2013 +0100
    
        fastcgi: Indicate which variables are required in config.
    
    commit 46875aafb63897d75fc2398db381679d28d27ffb
    Author: Sonny Karlsson <ksonny@lotrax.org>
    Date:   Sun Jan 27 17:08:57 2013 +0100
    
        fastcgi: Auto-generate LocationName if none given.
    
    commit 427a513223fc7fe5b70cc8657b147f6e86c5f48b
    Author: Sonny Karlsson <ksonny@lotrax.org>
    Date:   Fri Jan 11 11:57:03 2013 +0100
    
        fastcgi: Let default for MaxConnections be 1.
    
    commit 6738f4baff43f4f8455b4606dc1f811e729d2802
    Author: Sonny Karlsson <ksonny@lotrax.org>
    Date:   Fri Jan 11 11:52:57 2013 +0100
    
        fastcgi: Fixup of trace and debug messages.
    
        Fix format warning in printf.
    
        Check return from event_add.
    
        Check return of fcgi_fd state change.
    
        Remove some redundant trace messages.
    
    commit 3f5015ad04c60f286fa1bc998bb13bb334b9e841
    Author: Sonny Karlsson <ksonny@lotrax.org>
    Date:   Mon Jan 7 12:23:25 2013 +0100
    
        fastcgi: Add inet_ntop include in fcgi_env.
    
    commit f3caaa99dee45405a3e4c993fd987287d6505971
    Author: Sonny Karlsson <ksonny@lotrax.org>
    Date:   Fri Jan 11 11:41:46 2013 +0100
    
        fastcgi: Don't set CONTENT_LENGTH unless needed.
    
    Signed-off-by: Sonny Karlsson <ksonny@lotrax.org>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit cd07b9cd073e915f632929f6f4b5a9d0ff967a16
Author: Sonny Karlsson <ksonny@lotrax.org>
Date:   Fri Jan 18 08:50:13 2013 +0100

    polarssl: Add HTTPS plugin.
    
    Adds HTTPS support using PolarSSL v1.*.
    
    Signed-off-by: Sonny Karlsson <ksonny@lotrax.org>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 2942ec90beb9353cb45eff1ed26c0b67d74b3ac5
Author: Sonny Karlsson <ksonny@lotrax.org>
Date:   Sun Feb 3 12:48:02 2013 +0100

    configure: Fix replacement of variables in Makefiles.
    
    Handle CFLAGS/LDFLAGS/DEFS containing '/' characters.
    
    Signed-off-by: Sonny Karlsson <ksonny@lotrax.org>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit f6f18f4665c12a00e98923770bf9a4f9c6034ec1
Author: Sonny Karlsson <ksonny@lotrax.org>
Date:   Fri Feb 1 10:06:11 2013 +0100

    iov: Reset total_len in mk_iov_free_marked.
    
    Signed-off-by: Sonny Karlsson <ksonny@lotrax.org>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 4edf9a89ffbdc75e25fe424cf1f301ebb7986ae7
Author: Sonny Karlsson <ksonny@lotrax.org>
Date:   Thu Jan 31 20:34:34 2013 +0100

    socket: Use close from transport plugin.
    
    sched: Replace close call with mk_socket_close.
    
    server: Replace close call with mk_socket_close.
    
    lib: Replace close with mk_socket_close.
    
    Signed-off-by: Sonny Karlsson <ksonny@lotrax.org>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit eb250bf432bf9654e56380ef3c56dbf327b23e7f
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Feb 3 20:55:05 2013 -0600

    Plugin: fix return value for http_request_end() on mk_conn_close() call
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit a08cf6b4bc9eb1be6b4767dc917cf68fc09279eb
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Feb 2 23:24:50 2013 -0600

    Epoll: epoll states array size now its equal to worker capacity
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 3ee55869f6ab1c27f28a191716ec170606324180
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Feb 1 07:19:23 2013 -0600

    Configure: use --strip-program argument for install command
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit c8b8e3ae1ae0c84ae513e06e1f7ec9dd3f386e18
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jan 31 21:45:21 2013 -0600

    README: update
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 573c43eeabff347a566a6d57bf7648ce9b941e5e
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jan 31 21:31:08 2013 -0600

    HTTP: fix protocol version
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit abf99c6a96c5111d269657681d25f3fc41686a3f
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jan 31 21:27:49 2013 -0600

    Core: new -w flag to specify number of workers from command line
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 601f9be93184ba3f74e3293122e95706b192a8ad
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jan 31 13:10:00 2013 -0600

    Utils: check that gmt cache is being used properly
    
    If the gmtcache is invoked from a process context, this will end
    in a segfault. This patch adds an mk_unlikely() validation to the
    value returned by pthread_getspecific(). So if it was called from
    an unexpected process context it will end up in a mk_bug().
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit c35886f58c7f2a0d8af42e4b467bd3f0c3267dd7
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Jan 29 15:31:21 2013 -0600

    Mimetype: do all extension cmp in lower case mode
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 2754611600726f7baaa130d2c57578becfc22e1b
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jan 28 23:08:21 2013 -0600

    Memory: do not reset pointer when is setting data. not required
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 6bf0f0c95f435e66aef06043b086dc570eeeb1aa
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jan 28 18:53:10 2013 -0600

    List: comment code for entry_first() and entry_last() (Fixed)
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 4f2f9445249eb0572df33b007c55e02a5a3a485a
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jan 28 18:51:41 2013 -0600

    Revert "List: comment code for entry_first() and entry_last()"
    
    This reverts commit 5e9971d539b80d87f00c3a41f45cd6fb1b3fea22.

commit 5e9971d539b80d87f00c3a41f45cd6fb1b3fea22
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jan 28 18:38:25 2013 -0600

    List: comment code for entry_first() and entry_last()
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 83003497f1794c955a5d522e824deff541044400
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jan 28 08:05:38 2013 -0600

    utils: stacktrace add padding zeros to pointer addr
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 9b8380de08fdf0f5d4c11972d2ec8049b017b4bf
Author: Sonny Karlsson <ksonny@lotrax.org>
Date:   Fri Jan 18 09:24:54 2013 +0100

    utils: Stacktrace fixup.
    
    Fix loop condition in stacktrace.
    
    Use %p for printing pointers in stacktrace.
    
    Signed-off-by: Sonny Karlsson <ksonny@lotrax.org>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit ff6ca37841b5747ba80dc7ddf3e6bf255082211e
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Jan 26 09:44:25 2013 -0600

    Help: update banner
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit b733d39c87b5ca5dbcce170167d5edb18177bf8c
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Jan 26 09:42:46 2013 -0600

    Core: new -p flag to specity TCP port
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit fcd1c6f9d4183cac4b61cf3f281b964c05211725
Author: Lauri Kasanen <cand@gmx.com>
Date:   Sun Dec 16 16:41:01 2012 +0200

    cgi: Document the request getters
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 7ff63bb2feb3ce519125e23a7049e05bfa7e2ed2
Author: Lauri Kasanen <cand@gmx.com>
Date:   Sun Dec 16 14:08:28 2012 +0200

    dirlisting: Don't allocate unneeded memory, save 104 bytes per entry
    
    We need pointers, not full structs in toc.
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 5d74678e3de2f14dd995e1c2b81c5d3d5b8dd3bd
Author: Lauri Kasanen <cand@gmx.com>
Date:   Sun Jan 20 19:20:13 2013 +0200

    configure: Fix a typo (CLFLAGS) and make sure the -O logic always sets the visibility
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 5c688e274c8445c135b5db903a589136d59130c6
Author: Sonny Karlsson <ksonny@lotrax.org>
Date:   Tue Jan 22 21:49:13 2013 +0100

    request: Remove handled_by member from session_request.
    
    Unused relic from old commit.
    
    Signed-off-by: Sonny Karlsson <ksonny@lotrax.org>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit a6bdc1225fd34fac0da4f3af1e39e5b1ee07a1f3
Author: Sonny Karlsson <ksonny@lotrax.org>
Date:   Mon Jan 21 17:33:51 2013 +0100

    config: If Workers is 0, launch one thread per processor.
    
    Signed-off-by: Sonny Karlsson <ksonny@lotrax.org>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 1a1d04483290fcf1fc4463366d91e54b96978f1d
Author: Lauri Kasanen <cand@gmx.com>
Date:   Sun Dec 16 15:11:58 2012 +0200

    dirlisting/guineo: Compact the theme
    
    This saves about 270kb (29%) in a dir of about 3k entries, while looking the same.
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 9d9faba9e78eab1f7fc71b9e75353c450b4899d2
Author: Lauri Kasanen <cand@gmx.com>
Date:   Sun Dec 16 14:55:27 2012 +0200

    dirlisting: Fix failure in big directories
    
    Dirlisting is not designed to support event-based working, it is one-shot.
    
    So in a big directory, writev would return EAGAIN (EWOULDBLOCK) after
    having written a partial entry.
    
    This would then confuse the client in chunked mode (you promise X bytes but
    only send less), which closes the connection, leaving you with a partial listing.
    
    With this patch, dirlisting succeeds in a dir with 23k entries.
    Without, it fails in a dir with little over 1k entries.
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit cbb879b5c54182744807d2eaed014c7e359e1a2b
Author: Lauri Kasanen <cand@gmx.com>
Date:   Sun Dec 16 14:20:59 2012 +0200

    dirlisting: Use case-insensitive sort
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 712d22cf72893e03cea6de9efbc9148c58d8ff9d
Author: Lauri Kasanen <cand@gmx.com>
Date:   Sun Dec 16 14:19:10 2012 +0200

    dirlisting: Remove unnecessary variable
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 9e938fee821167daf6ef03bd8ee8d74644b09431
Author: Lauri Kasanen <cand@gmx.com>
Date:   Sun Dec 16 14:16:07 2012 +0200

    dirlisting: Mem-optimize mk_f_list, 112 -> 88 bytes
    
    The theoretical maximum of the strftime string is somewhere around 18 bytes.
    Make it 24 to have some extra, and to be a nicely cacheable multiple.
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 3a06c0e85f9bb4e1594a35de4db2645ae214d223
Author: Lauri Kasanen <cand@gmx.com>
Date:   Sun Dec 16 13:33:21 2012 +0200

    request: If mk_file_get_info returns -1, size is not set. Found by valgrind
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 622dcd384f998c666d6fc0dc5779436d1127b9f1
Author: Lauri Kasanen <cand@gmx.com>
Date:   Sun Jan 20 10:44:35 2013 -0600

    configure: Conditionally set -O2
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit f80af9e2a62bb666c5d21b04eae17dddd2e7f7c3
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Jan 15 21:10:05 2013 -0600

    lib: do not left stage30 until all content is sent
    
    If for some reason the send() call returns -1 because the socket
    is not yet ready to receive more data (due to non-blocking mode),
    the routine should not stop working and should try to send the
    information over and over until is fully served.
    
    This is not an expected behavior in a non-blocking server, but is
    a temporal fix until the 'pending buffers' interface is implemented.
    
    This problem was found due to #170.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 473ba999caf7d87cd815d0f4abe1efc89a994b0d
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Jan 15 21:00:40 2013 -0600

    Headers: Fix #170: sr->headers._extra_rows keeps invalid reference
    
    Found a specific condition in Monkey core where after send
    the headers, if the field sr->headers._extra_rows is set and
    then freed, its not marked as NULL. If sub sequent calls
    from the Plugin API takes place and this field is validated,
    it fails in a segmentation fault.
    
    This patch set the structure field to NULL after is freed.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 97ba007c7ad14db2863a367c579eac44a9e32aca
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Jan 11 16:40:09 2013 -0600

    Plugin: do not print out error messages if a symbol is not found
    
    The plugins interface try to load every known symbol from a loaded
    plugin, not all plugins implements all of them so when dlerror()
    returns NULL, it should not print errors to stdout.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit f01ab1d29d7f31a5799194395afb191ac00b091f
Merge: bbcd308 b89c7db
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Jan 11 15:38:15 2013 -0600

    Liana: fix merge
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit b89c7dbb493da00d27327860f1ddedeb51baea33
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Jan 11 15:34:31 2013 -0600

    Liana: fix merge problem from coverity branch

commit 7fc2395bd7e596978e4163c6be39d893017a718c
Author: Lauri Kasanen <cand@gmx.com>
Date:   Tue Dec 18 14:41:49 2012 +0200

    palm: getpeername may fail, found by coverity

commit 0054fc538aa0145b335f22277460b854db9903e7
Author: Lauri Kasanen <cand@gmx.com>
Date:   Tue Dec 18 14:39:07 2012 +0200

    dirlisting: Remove dead code, found by coverity

commit 804b2dbc067c01e61aec70883aef2aed116f2a5e
Author: Lauri Kasanen <cand@gmx.com>
Date:   Tue Dec 18 14:29:58 2012 +0200

    liana, cheetah: Fix fd leaks on error path, found by coverity

commit d2f6e0b1ebf81773f93d31f88db9cb949cb379e5
Author: Lauri Kasanen <cand@gmx.com>
Date:   Tue Dec 18 14:24:27 2012 +0200

    plugin, iov, auth, request: Remove mem leaks, found by coverity

commit 5096a2332433b6c4141306711496e22575b9ac33
Author: Lauri Kasanen <cand@gmx.com>
Date:   Tue Dec 18 14:16:46 2012 +0200

    liana: Fix non-looping loops, found by coverity

commit 51161ddea1669f9412627ef319eaefb166078bb8
Author: Lauri Kasanen <cand@gmx.com>
Date:   Tue Dec 18 14:13:21 2012 +0200

    plugin: Make use of the err variable, found by coverity

commit 81761182e46d916608d985a7bb7b542de6cee57c
Author: Lauri Kasanen <cand@gmx.com>
Date:   Tue Dec 18 14:11:41 2012 +0200

    sched: Remove double close, found by coverity

commit 42e966e729f2e369df199c4c3d20c325f262b516
Author: Lauri Kasanen <cand@gmx.com>
Date:   Sat Dec 15 21:51:03 2012 +0200

    cgi: Support some non-compliant CGI programs (cgit uses LFLF after headers)

commit bbcd3082b9bc36678296fd7377fca5d38838c93e
Merge: 652fbf3 9fcc2e8
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Jan 11 15:29:44 2013 -0600

    Merge branch 'coverity' of https://github.com/clbr/monkey

commit 652fbf3c0232258263922b036f389948490bb65a
Author: Lauri Kasanen <cand@gmx.com>
Date:   Tue Dec 18 14:41:49 2012 +0200

    palm: getpeername may fail, found by coverity

commit 1b41f2eaa67b9f228062c82be6288b8150ce5d38
Author: Lauri Kasanen <cand@gmx.com>
Date:   Tue Dec 18 14:39:07 2012 +0200

    dirlisting: Remove dead code, found by coverity

commit 2512bb30c1ea8d55780aad39db8cc6661cdaae27
Author: Lauri Kasanen <cand@gmx.com>
Date:   Tue Dec 18 14:29:58 2012 +0200

    liana, cheetah: Fix fd leaks on error path, found by coverity

commit 5f8efc9d465fd455c825693dae547ce077b80a51
Author: Lauri Kasanen <cand@gmx.com>
Date:   Tue Dec 18 14:24:27 2012 +0200

    plugin, iov, auth, request: Remove mem leaks, found by coverity

commit bbe12cbbe3dc98fd3ad45e8b4c79c5e42eaa26da
Author: Lauri Kasanen <cand@gmx.com>
Date:   Tue Dec 18 14:16:46 2012 +0200

    liana: Fix non-looping loops, found by coverity

commit 71db62aaecbae223d159def4608597ac5278c378
Author: Lauri Kasanen <cand@gmx.com>
Date:   Tue Dec 18 14:13:21 2012 +0200

    plugin: Make use of the err variable, found by coverity

commit 3b419e749e51311e3efd48d8c6942df46a58d973
Author: Lauri Kasanen <cand@gmx.com>
Date:   Tue Dec 18 14:11:41 2012 +0200

    sched: Remove double close, found by coverity

commit 62029e2df99c9bc349412b081bedf1a2f0b94e3a
Author: Lauri Kasanen <cand@gmx.com>
Date:   Sat Dec 15 21:51:03 2012 +0200

    cgi: Support some non-compliant CGI programs (cgit uses LFLF after headers)

commit ae4eb56a56bebac82806bfcd2255878d5ddb84cd
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Jan 11 14:16:06 2013 -0600

    Configure: new uClib mode through --uclib-mode
    
    This patch introduce the new parameter to enable uclib compatibility,
    once is set it disable some specific GLIBC features.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 3ff524cfbb5cc1eb5e2c3e83ea686d05cbad0cb7
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Jan 11 13:51:17 2013 -0600

    Configure: new option --no-backtrace
    
    This patch introduce a new 'configure' script option --no-backtrace.
    The backtrace(3) function is part of GNU extensions, mostly available
    in glibc, on other C libraries like uClib is not implemented, for hence
    we need a mechanism to disable the backtrace feature on demand.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 4d01c9c4b564ef12c396f1b48f0a36690a205e45
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Jan 11 13:33:10 2013 -0600

    Signals: implement sys_siglist if symbol is not found
    
    When compiling with old toolchains for some ARM devices and
    mostly related to old versions of uClib, the symbol sys_siglist
    is not found and make the compilation process to fail.
    
    This patch introduce a header with the sys_siglist array defined
    in the following file:
    
      src/contrib/uclib/sys_siglist.h
    
    If the symbol is not found, it includes the header.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 94b3e10b22e6956abc01322ac2bf12fea7db2d11
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Jan 11 13:15:42 2013 -0600

    Utils: improve stacktrace
    
    This patch adds a few useful features to the mk_utils_stacktrace()
    function.
    
      - It adds the function name resolution and binary file associated
      - The stacktrace is print on any compilation mode
      - Function resolution names are only available on --debug mode
      - If Monkey compiles with --debug mode, the compiler parameter
        -fvisibility=hidden is turned off.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 1da85f5567caa0d2f8e8d46249283bb1659e7912
Author: Sonny Karlsson <ksonny@lotrax.org>
Date:   Sat Jan 5 15:33:22 2013 +0100

    fastcgi: Use pthread_key_t for thread local vars.
    
    Signed-off-by: Sonny Karlsson <ksonny@lotrax.org>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit ac57d90a13025e510e12476d8e72c56b675bd6d6
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Dec 23 07:28:56 2012 -0600

    CGI: Allow to define interpreter and mimetypes for each match
    
    This patch expand the CGI plugin so now is possible to define
    multiple Match rules plus define an optional interpreter and
    mime type to assist scripting such as PHP, Python, Lua, etc.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 9fcc2e8a32e26dbc7c2c89aa28d23cfffae6cbbe
Author: Lauri Kasanen <cand@gmx.com>
Date:   Tue Dec 18 14:41:49 2012 +0200

    palm: getpeername may fail, found by coverity

commit e0a39a6d058de6f8572713146d04df8a3c4685e1
Author: Lauri Kasanen <cand@gmx.com>
Date:   Tue Dec 18 14:39:07 2012 +0200

    dirlisting: Remove dead code, found by coverity

commit e4a73c3c12de66a7940f717742a69d72abf1b0b9
Author: Lauri Kasanen <cand@gmx.com>
Date:   Tue Dec 18 14:29:58 2012 +0200

    liana, cheetah: Fix fd leaks on error path, found by coverity

commit 72cb7769c9ce12a9b307daf16b95819bab13701f
Author: Lauri Kasanen <cand@gmx.com>
Date:   Tue Dec 18 14:24:27 2012 +0200

    plugin, iov, auth, request: Remove mem leaks, found by coverity

commit e61aedbad8722294eb669eff2a7a26050d7187ca
Author: Lauri Kasanen <cand@gmx.com>
Date:   Tue Dec 18 14:16:46 2012 +0200

    liana: Fix non-looping loops, found by coverity

commit 1d5e904579ccc41bcfaa4e39a2cc66b422cea155
Author: Lauri Kasanen <cand@gmx.com>
Date:   Tue Dec 18 14:13:21 2012 +0200

    plugin: Make use of the err variable, found by coverity

commit b9dba8467dd9c26fbadde4234116251c2da15c83
Author: Lauri Kasanen <cand@gmx.com>
Date:   Tue Dec 18 14:11:41 2012 +0200

    sched: Remove double close, found by coverity

commit 79a86b16fe593d6d7e597e54c74861ee9661a9f2
Author: Lauri Kasanen <cand@gmx.com>
Date:   Sat Dec 15 21:51:03 2012 +0200

    cgi: Support some non-compliant CGI programs (cgit uses LFLF after headers)

commit a44d623f7ef22769b1441ab95701851afd7682d6
Author: Sonny Karlsson <ksonny@lotrax.org>
Date:   Fri Nov 30 20:11:44 2012 +0100

    lib: Add get_request_header.
    
    Signed-off-by: Sonny Karlsson <ksonny@lotrax.org>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit c11795dd2946ca8162925bafb20d52d145fb144f
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Nov 30 12:42:06 2012 -0600

    Palm: fix unused variables with void type
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit b7eb06ec76060a63157431f8db4c007c8ac99493
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Nov 30 12:38:09 2012 -0600

    Mandril: fix unused variables with void type
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 28b0aaa3ac8bc2c0b8876599d3726e9d81b0818a
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Nov 30 12:37:08 2012 -0600

    Logger: fix unused variables with void type
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 40f57bb7cd2ae0b1a2bf2ba2306dbf86612a6c51
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Nov 30 12:35:53 2012 -0600

    Dirlisting: fix unused variables with void type
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 8a46a856a1128f3efb584318c9c18fce178f8489
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Nov 30 12:34:44 2012 -0600

    Auth: fix unused variables with void type
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 9100a131a80251c8a2fa91d1386335af6c47c15c
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Nov 6 20:27:48 2012 -0600

    Liana: set confdir variable as unused
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit d46f2223e0e6ffbd0acac380877aea80eedd6943
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Oct 30 07:49:17 2012 -0600

    Plugins: Fix license headers from GPL to LGPL
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 9e7b283a26b3e5505b647eff4259a9d29cc606f8
Author: Sonny Karlsson <ksonny@lotrax.org>
Date:   Thu Aug 30 19:44:35 2012 +0200

    liana_ssl: Handle multiple SSL records and false start.
    
    In io_read, handle as many records as possible. Use non-blocking sockets
    for IO. Most of the handshake is done in events, may cause troubles.
    Tested with Safari, Chrome and Firefox.
    
    Known problems:
    * First request by Chrome browsers fail, one byte is missing every
      time, may be a bug in matrixssl.
    * Generates occasional socket errors in event_read, may fail
      requests.
    * SSL closure notifications are sometimes ignored.
    
    Signed-off-by: Sonny Karlsson <ksonny@lotrax.org>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 5f6087e3d69f076bb3d4a98d628e18b672f1ce13
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Sep 15 09:50:01 2012 -0600

    Request: new stage30_blocked flag
    
    This patch introduces a new flag in the session_request struct
    named 'stage30_blocked'. In mk_http_init() when the file is not found,
    it triggers the plugin STAGE_30 to look for a plugin handler. In some
    cases the plugin would overwrite the real path of the requested file
    and make Monkey handle the new path for the static file. At this point
    we need to block the extra STAGE_30 calls from mk_http_init().
    
    For short.. if a plugin overwrites the real_path, let Monkey handle that
    and do not trigger more STAGE_30's.
    
          int stage30_blocked;
    
    The default value is MK_FALSE.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit d7dd615bf51b0e3c3943fcb76fadfae9dc2c9fe2
Author: Sonny Karlsson <ksonny@lotrax.org>
Date:   Mon Sep 10 15:12:25 2012 +0200

    util: Remove mk_request.h include from header.
    
    Signed-off-by: Sonny Karlsson <ksonny@lotrax.org>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit db5f3a06f14a311c934b9153e1bd091be2b051dd
Author: Sonny Karlsson <ksonny@lotrax.org>
Date:   Mon Sep 3 13:28:03 2012 +0200

    socket: Remove mk_socket_timeout prototype.
    
    The associated definition does not exist.
    
    Signed-off-by: Sonny Karlsson <ksonny@lotrax.org>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 657423bcfe7f04afc93ced37a178d28fbf602b46
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Sep 6 07:51:08 2012 -0600

    Logger: Fix #163 - fake consuming when the log file is not accessible
    
    If the log file cannot be open for writting, we should perform a
    'fake consuming' of the pipe data, otherwise we will get consecutive
    epoll notifications as the data is still there.
    
    This patchs forces to consume the data if the log file cannot be
    updated.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 2cc2dc269858f2e2534f6b7cfb023ac6a493e7e9
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Sep 4 13:05:58 2012 -0600

    API: new sched_worker_info() call
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 35cafeb4f2adcf2191c8645b511be4ede756160c
Author: Lauri Kasanen <cand@gmx.com>
Date:   Fri Aug 24 13:38:02 2012 +0300

    cgi: Mention PHP in the README
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit c4ad986ab9fc529dae90ed1dc2788bfb215b5921
Author: Lauri Kasanen <cand@gmx.com>
Date:   Fri Aug 24 13:34:15 2012 +0300

    cgi: Don't check for vhosts if none are configured
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 75af537c2c7cf3c6343bc65b9fa0197690737c35
Author: Lauri Kasanen <cand@gmx.com>
Date:   Thu Aug 23 16:46:14 2012 +0300

    examples: Add a Makefile
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 43f59ced23f8d53980eca3682b2ba5848eb452ee
Author: Lauri Kasanen <cand@gmx.com>
Date:   Thu Aug 23 16:38:23 2012 +0300

    examples: Remove unused variables, fix two warnings
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 0ae38aeb6ebb3c607d09e8667e6c648a022aeb09
Merge: 6bb6b94 d509c17
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Aug 18 21:16:38 2012 -0600

    Merge commit 'd509c17687f99f93b1fba67e48055a73995efd81'

commit 6bb6b94bd2df4fcc7d5cb659e19cd19e8e57b326
Merge: a496e6e f3eefe1
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Aug 18 21:16:10 2012 -0600

    debian: merge
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit a496e6e5beb58eb4ff588ee22a5808d22f05286d
Merge: be05a00 16c324d
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Aug 18 21:15:18 2012 -0600

    Merge commit '16c324ddec7a33ac92de0a6a4a497b73a30b4d6b'

commit be05a00b6e7b46ce3dbd61abebbb99e33c8898ed
Merge: f3088d8 8bbb309
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Aug 18 21:15:07 2012 -0600

    Merge commit '8bbb30982845e7f1e5cb5c999a5256d752056ac8'

commit f3088d8b3f342a4b51532afcf9e2e3c288282bdb
Merge: e0102ba 3ddbf16
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Aug 18 21:14:44 2012 -0600

    Configure: merge
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit d509c17687f99f93b1fba67e48055a73995efd81
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Aug 18 16:43:22 2012 -0600

    Configure: fix installer on plugins Makefile
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit b4d950df3c1518d4b979c86136657addd6e0c7a3
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Aug 18 09:20:23 2012 -0600

    Configure: remove merge comment
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit f3eefe14ab129397e09928f5ac2ef89360999379
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Aug 18 09:18:20 2012 -0600

    debian: update rules for v1.1.1
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 16c324ddec7a33ac92de0a6a4a497b73a30b4d6b
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Aug 18 08:39:46 2012 -0600

    Dirlisting: add OPTIONAL file to the repository
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 8bbb30982845e7f1e5cb5c999a5256d752056ac8
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Aug 18 08:36:16 2012 -0600

    Logger: add MANDATORY file to the repository
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 3ddbf16925619679b7c019bbf43b762c79a5ea3c
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Aug 18 09:16:08 2012 -0600

    Configure: fix broken builder
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit e0102badb6201794ae240ad2378fba8fd33d0026
Author: Sonny Karlsson <ksonny@lotrax.org>
Date:   Mon Aug 13 20:30:39 2012 +0200

    configure: Use gnu99 as default C dialect.
    
    Signed-off-by: Sonny Karlsson <ksonny@lotrax.org>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 323e1fa8766366b8ece812bafddd7ae9df6358de
Author: Sonny Karlsson <ksonny@lotrax.org>
Date:   Mon Aug 13 20:07:56 2012 +0200

    epoll: Remove inline from mk_epoll_state_set declaration.
    
    Allows calls to function from outside translation unit under C99
    inlining rules.
    
    Signed-off-by: Sonny Karlsson <ksonny@lotrax.org>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit c0be18929778c456b38b59854e10e967d1568042
Author: Sonny Karlsson <ksonny@lotrax.org>
Date:   Mon Aug 13 20:02:04 2012 +0200

    scheduler: Remove inline from mk_scheduler_add_client declaration.
    
    Fixes incompatibilities with C99 inlining rules.
    
    Signed-off-by: Sonny Karlsson <ksonny@lotrax.org>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 0ff3e5a20fbe909dc4a0c51f5e8b34c09043c83a
Author: Sonny Karlsson <ksonny@lotrax.org>
Date:   Mon Aug 13 19:57:17 2012 +0200

    mk_memory: Make mem_ functions static inline.
    
    Use static inline for mem_malloc, mem_malloc_z, mem_realloc and
    mem_free. This will assure that calls to these functions from monkey
    core is inlined. Fixes incompatibilities with C99 inlining rules.
    
    Signed-off-by: Sonny Karlsson <ksonny@lotrax.org>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 9cb8335a8f6c50b345800e9842cb64b686cf8d67
Author: Sonny Karlsson <ksonny@lotrax.org>
Date:   Tue Aug 14 14:45:36 2012 +0200

    mimetype: Remove inline from mk_mimetype_lookup declaration.
    
    Allows calls to function from outside translation unit under C99
    inlining rules.
    
    Signed-off-by: Sonny Karlsson <ksonny@lotrax.org>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 416a323905df9b347b20eaea6ef0b15e70c1785e
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Aug 17 15:42:32 2012 -0600

    IOV: iov_add_entry: mk_bug() is back
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 5097c86433d4125e3827710bf84200b0525abfbe
Author: Lauri Kasanen <cand@gmx.com>
Date:   Mon Aug 13 12:50:57 2012 +0300

    iov, utils: Fix build with trace
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 8da883be5bc80e7510920700a5b02ffedd50849b
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Aug 17 15:37:04 2012 -0600

    IOV: on add_entry, validate with mk_unlikely() directly instead of mk_bug
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 5dacea2f8c0f796a7d268beda97541c7c729eec5
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Aug 17 15:05:04 2012 -0600

    Configure: remove merge comments
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 828cdfe961c903d9a23f00601314852659f95cc1
Author: Sonny Karlsson <ksonny@lotrax.org>
Date:   Sun Aug 12 15:50:50 2012 +0200

    configure: Fix accept4() check.
    
    Builds check.c with -Wimplitic to detect when accept4 is absent. Also
    adds _GNU_SOURCE define so accept4 is actually declared.
    
    Signed-off-by: Sonny Karlsson <ksonny@lotrax.org>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 7b677516d904780b0dca483a7817076d3e543b62
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Aug 17 15:01:55 2012 -0600

    Debian: fix cgi stuff 1.1.0-2
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit a8210cd4ecf6bc24900d1af3078fda1b2b7803d8
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Aug 17 11:09:34 2012 -0600

    Monkey v1.2.0 dev
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 7a4a3bbf2314df09f21c6be891474f0c7d9c4fad
Merge: fd01402 b827b96
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Aug 17 11:01:53 2012 -0600

    Merge tag 'v1.1.0'
    
    Conflicts:
    	configure

commit b827b96ff9dcf739004a0e87f72b985132b7061a
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Aug 17 10:58:57 2012 -0600

    Monkey v1.1.0
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit c04cd225ca81977d80566e05087f86ea2f876dec
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Aug 17 10:16:03 2012 -0600

    Configure: remove trace message
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit af7cea3dc41d0bb278aaa6c2eaedbd64e8d209c3
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Aug 17 10:12:37 2012 -0600

    Configure: fix plugins configuration files path
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit f45169a8ab9874df74bc6701d6b97cdb240b07f7
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Aug 17 09:59:59 2012 -0600

    Debian: update changelog to v1.1.0
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit d72e0cf49253d30daa70811ae768b189fb089f98
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Aug 17 09:51:26 2012 -0600

    Configure: improve plugin detection
    
    The configure script now have a new function called skip_plugin()
    which determinate if a plugin must be compiled/included or not
    in the build stage, as well the same is used for the Makefile
    generation.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit bdbe14c4c9dea086d094f67e3143cda02717d7cc
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Aug 12 09:52:28 2012 -0600

    Plugins: Fix usage of INC_EXTRA in Make.comm
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 9dd7a634294735da3536e4e8fac50372c26222bd
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Aug 12 09:16:15 2012 -0600

    Auth: enable -fPIC flag in Makefile to fix relocation error
    
    If -fPIC is not used, the following error is raised by the compiler:
    
       "relocation R_X86_64_32 against `a local symbol' can not be
        used when making a shared object"
    
    Adding that flag to Makefile.in fixes the issue
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit ed49c1dc112da8ba2c2839f2d1ad27a7796582fa
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Aug 12 09:11:48 2012 -0600

    Liana_SSL: Use proper prototype for _mkp_init()
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 14dd9e004f784e1618e0cb46f939785b4828bd6f
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Aug 12 09:10:52 2012 -0600

    Liana_SSL: define INC_EXTRA for MatrixSSL headers
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 789f1a3015cc71a32c8043a5f095728462536ec2
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Aug 12 09:09:22 2012 -0600

    Plugins: update Make.commons to allow add extra headers through INC_EXTRA var
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit fd0140287fad32d1ea53d9797a9f08bb815cb2f4
Author: Sonny Karlsson <ksonny@lotrax.org>
Date:   Sun Aug 12 13:16:35 2012 +0200

    fastcgi: Add experimental FastCGI proxy plugin.
    
    Signed-off-by: Sonny Karlsson <ksonny@lotrax.org>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 028a523859da450476042a2ee2beacd6620077da
Author: Lauri Kasanen <cand@gmx.com>
Date:   Wed Aug 8 22:27:59 2012 +0300

    build: Make sure the lib-objs also get header deps
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 1aa037b55758a661b60477662939483ad3f5f681
Author: Lauri Kasanen <cand@gmx.com>
Date:   Wed Aug 8 16:54:42 2012 +0300

    clock, epoll: Fix gcc warning "no return statement in function returning non-void"
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 4917a2491b0a1aa313830f9ffb41f630ddb4e37b
Author: Lauri Kasanen <cand@gmx.com>
Date:   Wed Aug 8 16:54:42 2012 +0300

    clock, epoll: Fix gcc warning "no return statement in function returning non-void"
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 95f374c1346832c28ac9739d2290c0ba960fb7d0
Author: Lauri Kasanen <cand@gmx.com>
Date:   Wed Aug 8 17:20:30 2012 +0300

    mem: Inline pointer_reset, called ~3 times per request
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 3901ff6e77ae442b2d0d47dc7941b896501f57cb
Author: Lauri Kasanen <cand@gmx.com>
Date:   Wed Aug 8 17:18:23 2012 +0300

    sched: Inline get_request_list, called 4-5 times per request
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 3e08ef527a96c11a9ef70eb7a80e3ccc7b55a728
Author: Lauri Kasanen <cand@gmx.com>
Date:   Wed Aug 8 17:13:52 2012 +0300

    cache: Inline cache_get, called ~4 times per request
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 61920a7da546024ec72017fab6531a03b6c747b8
Author: Lauri Kasanen <cand@gmx.com>
Date:   Wed Aug 8 17:11:58 2012 +0300

    sched: Inline sched_get_thread_conf, it's called 4-5 times per request
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 6fb56fd85c8005b79b7faaf897f1791fd0b99047
Author: Lauri Kasanen <cand@gmx.com>
Date:   Wed Aug 8 17:03:44 2012 +0300

    iov: Make iov_add_entry inline
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 2f8313fb5d99446937f3f74b1fdf99cd938da9c7
Author: Lauri Kasanen <cand@gmx.com>
Date:   Wed Aug 8 17:20:30 2012 +0300

    mem: Inline pointer_reset, called ~3 times per request
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 5179c23cd0ace9914306ff31a260cbe86add9baa
Author: Lauri Kasanen <cand@gmx.com>
Date:   Wed Aug 8 17:18:23 2012 +0300

    sched: Inline get_request_list, called 4-5 times per request
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit a6ee405e9c0421782d610fc6b8d9a13173b498de
Author: Lauri Kasanen <cand@gmx.com>
Date:   Wed Aug 8 17:13:52 2012 +0300

    cache: Inline cache_get, called ~4 times per request
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit e2416acd1321bb74814c50f5f09eeaf2d13ae73a
Author: Lauri Kasanen <cand@gmx.com>
Date:   Wed Aug 8 17:11:58 2012 +0300

    sched: Inline sched_get_thread_conf, it's called 4-5 times per request
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit d6472cdb785e9ad9a8b22cb6b26ddc20ace0d24d
Author: Lauri Kasanen <cand@gmx.com>
Date:   Wed Aug 8 17:03:44 2012 +0300

    iov: Make iov_add_entry inline
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit ba959a090bec37547a6f7a3feb0dd2e0848fec85
Author: Lauri Kasanen <cand@gmx.com>
Date:   Tue Aug 7 16:35:09 2012 +0300

    lib: Bring the bulk of lib over
    
    Some mime functions get exported, config init & reading is separated, and some functions are
    moved around so that they can be ifdef'd out, to create a smaller library.
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 633598061bd5a65d5758254d7091efe1a4b7f6e2
Author: Lauri Kasanen <cand@gmx.com>
Date:   Tue Aug 7 12:05:47 2012 +0300

    cheetah: Remove some duplicated code by using worker_spawn
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit ea1e5a5d246f1870a3d43814d48fb03e4f288298
Author: Lauri Kasanen <cand@gmx.com>
Date:   Tue Jun 12 16:54:41 2012 +0300

    utils: Fix a small oops from the signed warning removal
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit d2363c8fefe33249ae24536cb3233870f871e191
Author: Lauri Kasanen <cand@gmx.com>
Date:   Wed Jun 13 18:32:03 2012 +0300

    auth: Remove one signed-unsigned warning, we know sep is positive at that point
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 4191cf5de6fe0c8304aca24163e0124d21078f79
Author: Lauri Kasanen <cand@gmx.com>
Date:   Fri Jun 8 15:25:01 2012 +0300

    http: Remove one signed-unsigned warning
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 7b169703ecf36fc527874da0e547191518d0c404
Author: Lauri Kasanen <cand@gmx.com>
Date:   Sun Jun 17 17:18:46 2012 +0300

    sched: Mark mk_sched_register_thread as static
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit a5d91c050db3533ad0cb18d207198c3523e152ad
Author: Lauri Kasanen <cand@gmx.com>
Date:   Sun Aug 5 12:52:28 2012 +0300

    cgi: Make sure chdir succeeds
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 188d96017789f82b9fe8aaa73579719c085b7367
Author: Lauri Kasanen <cand@gmx.com>
Date:   Fri Aug 3 18:29:28 2012 +0300

    epoll: Make mk_epoll_state_k properly extern
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit a5e86fea65e7538f981839d8997082cdcffa667f
Author: Lauri Kasanen <cand@gmx.com>
Date:   Fri Aug 3 18:27:28 2012 +0300

    plugin: Remove unneeded typedef
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 21931ff0a4aeb611f4c342c0a33a8c64ddeb0b6f
Author: Lauri Kasanen <cand@gmx.com>
Date:   Fri Jun 8 15:04:38 2012 +0300

    request: body_size and body_length can't be negative
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 7b2cb07f040e365b30ed978ea39c18a4123b943f
Author: Lauri Kasanen <cand@gmx.com>
Date:   Fri Jun 8 15:10:37 2012 +0300

    utils: Remove one signed-unsigned warning
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit e5575ef707e14830d31c675688605a9d4649b215
Author: Lauri Kasanen <cand@gmx.com>
Date:   Fri Jun 8 15:14:08 2012 +0300

    user: Remove one signed-unsigned warning
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit c701ded506effbe4f5a9aaa3b6eeb20de0800641
Author: Lauri Kasanen <cand@gmx.com>
Date:   Fri Aug 3 16:24:30 2012 +0300

    mime: Mimetype names are const
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 95c3e62558787f8b6f8318c5c999dc8db4cc79c7
Author: Lauri Kasanen <cand@gmx.com>
Date:   Fri Jun 8 15:12:38 2012 +0300

    utils: Remove two signed-unsigned warnings
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>

commit f5367ae1c6aacb5cdc0b95c12b5510c5b089cf10
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Aug 6 11:16:35 2012 -0600

    Core: usage of GCC built-ins: prefetch/[un]likely
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 65264d6ced93bbc9de34b2a189a8ae66ed89c252
Author: Lauri Kasanen <cand@gmx.com>
Date:   Mon Jun 11 22:10:49 2012 +0300

    plugin: Remove two unused functions
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 7829f0c442ec0e80ba68c9415243091900676174
Author: Lauri Kasanen <cand@gmx.com>
Date:   Wed Jun 6 18:12:21 2012 +0300

    plugin: The path passed in is const
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit a745d25152896a80889112236ed175e121e82091
Author: Lauri Kasanen <cand@gmx.com>
Date:   Tue Jul 31 13:32:08 2012 +0300

    plugin: Mark plg_stagemap as static
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit ec923083f1a13eaaf38a27933e2370d94e7c9a12
Author: Lauri Kasanen <cand@gmx.com>
Date:   Tue Jun 12 18:45:03 2012 +0300

    MKPlugin.h: no need to export mk_api
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 44b887d06ed3f24896043a6712e62bb53e79dff7
Author: Lauri Kasanen <cand@gmx.com>
Date:   Fri Jun 8 15:08:52 2012 +0300

    config: host_alias, worker_capacity and max_load are never negative
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 1cfe4c3dba41420430d8e5f88846bb7ec9a889d2
Author: Sonny Karlsson <ksonny@lotrax.org>
Date:   Tue Jul 31 21:04:18 2012 +0200

    liano: Plug leak of struct addrinfo.
    
    Signed-off-by: Sonny Karlsson <ksonny@lotrax.org>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 3996a5495b5916705791ab56275f2c81129d0e44
Author: Sonny Karlsson <ksonny@lotrax.org>
Date:   Wed Aug 1 11:54:26 2012 +0200

    plugin_api: Add http_request_error.
    
    Allow serving errors outside of _stage_* callbacks.
    
    Signed-off-by: Sonny Karlsson <ksonny@lotrax.org>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 515ef47f67e9052d452e464eb99044149df295ef
Author: Lauri Kasanen <cand@gmx.com>
Date:   Wed Jun 6 18:50:01 2012 +0300

    utils: Make sure the date_yd date_wd arrays are read-only
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit b0819286dd8a44588dd97f445879b2fed5d17ba9
Author: Sonny Karlsson <ksonny@lotrax.org>
Date:   Mon Jul 30 11:44:03 2012 +0200

    connection: Don't enable TCP_NODELAY in mk_conn_read.
    
    The option is overridden by TCP_CORK.
    
    Signed-off-by: Sonny Karlsson <ksonny@lotrax.org>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit f08a347f6a906f46f084e2c095ebd7c1e061dac8
Author: Sonny Karlsson <ksonny@lotrax.org>
Date:   Mon Jul 30 11:40:23 2012 +0200

    http: Unset cork flag when mk_http_send_file is done.
    
    Signed-off-by: Sonny Karlsson <ksonny@lotrax.org>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 0a7056e452c1d9c408631099cc22b83d6188bf69
Author: Lauri Kasanen <cand@gmx.com>
Date:   Fri Jun 8 15:24:25 2012 +0300

    connection: Remove one signed-unsigned warning
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 0fc969d4e1bbb4af16a964c6476ad8f3101b3889
Author: Lauri Kasanen <cand@gmx.com>
Date:   Sun Jun 17 17:11:14 2012 +0300

    clock: Mark mk_clock_header_set_time as static
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit a7d6ceb1e6520e2cc5b7ef1b154ce768293f3a93
Author: Lauri Kasanen <cand@gmx.com>
Date:   Sun Jun 17 17:15:51 2012 +0300

    signals: Mark signal_handler and signal_exit as static
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 70e97e83e8e5031d966624ac9325299468cb8fd9
Author: Lauri Kasanen <cand@gmx.com>
Date:   Mon Jun 11 22:06:20 2012 +0300

    header: Remove unused function chunked_line
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 3b6f307108adbdd44a4f1e658f48c0315bf1e510
Author: Lauri Kasanen <cand@gmx.com>
Date:   Fri Jun 8 14:55:44 2012 +0300

    user: Constify some read-only variables
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 0774534137dd45df0b69e6dba33d9ba0ce14000b
Author: Lauri Kasanen <cand@gmx.com>
Date:   Mon Jul 30 19:35:50 2012 +0300

    string: Fix some signed-unsigned warnings, plus one wrongly declared variable (static > const)
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit a4a0f44441955dd7e82ad1470e5cc48e7de7a1ab
Author: Lauri Kasanen <cand@gmx.com>
Date:   Fri Jun 8 15:21:04 2012 +0300

    server: Use more appropriate types for mk_server_worker_capacity
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 0dbac768aaf4f9e639e6b9211bc7e3fd53b1454f
Author: Lauri Kasanen <cand@gmx.com>
Date:   Wed Jun 6 18:08:13 2012 +0300

    config: Use int8_t, not int, for tri-state options (true, false, error)
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 41265d96e9cffc255c463d1151f84eb6a09113f7
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Jul 29 08:03:15 2012 -0600

    Header: merge lines in status entries
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit a204f12bc27f990ad2cd04d37a0de7193f43bdf5
Author: Lauri Kasanen <cand@gmx.com>
Date:   Fri Jul 27 17:35:22 2012 +0300

    dirlisting, palm, logger: Use const mk_pointers where possible
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 4f59c55225a5522dc3ceeed6c4539cf7558f6cdc
Author: Lauri Kasanen <cand@gmx.com>
Date:   Tue Jun 19 13:26:34 2012 +0300

    memory, header, request, monkey, http, iov: Add mk_pointer_init macro, mark global mk_pinters const
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit bafb88732a4fa57dcf2e35853e9716721117d510
Author: Lauri Kasanen <cand@gmx.com>
Date:   Sun Jun 17 16:51:34 2012 +0300

    header: Remove unused code
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit c1f0af7bd1d57df4c1bb4739921f6f2bc12897cc
Author: Sonny Karlsson <ksonny@lotrax.org>
Date:   Sat Jul 28 17:38:28 2012 +0200

    plugin: Remove sr and cs members from plugin_event struct.
    
    Remove unused members and change the event_add api function.
    
    Signed-off-by: Sonny Karlsson <ksonny@lotrax.org>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit f586a31c85c53185b3fb41dabd7b2bb438f46397
Author: Lauri Kasanen <cand@gmx.com>
Date:   Wed Jun 13 18:33:22 2012 +0300

    cheetah: sysconf returns a long, not size_t; removes one signed-unsigned warning
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 35c4be79bb001831c94690eb7ceda03c6d70ddda
Author: Lauri Kasanen <cand@gmx.com>
Date:   Wed Jun 13 18:21:27 2012 +0300

    macros: Add a macro to skip warnings about possibly unused parameters
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit adbb2f08dead908e86de600cef7e4bbfbdfd9b6a
Author: Lauri Kasanen <cand@gmx.com>
Date:   Sun Jun 17 17:14:48 2012 +0300

    http: Mark range_set, range_parse as static
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit bbfe79eeb5f6a7a390340e99fb94c9a6711d0902
Author: Lauri Kasanen <cand@gmx.com>
Date:   Sun Jun 17 17:18:27 2012 +0300

    config: Mark mk_config_entry_add as static
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 7704bc1f41d9e7238b2d7bec2cf7371279203266
Author: Lauri Kasanen <cand@gmx.com>
Date:   Sun Jun 17 17:12:35 2012 +0300

    http: Mark mk_http_directory_redirect_check as static
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit c1d7d922f04d10ef9fbef32abe75ade7e9bfd0af
Author: Lauri Kasanen <cand@gmx.com>
Date:   Tue Jun 19 13:10:36 2012 +0300

    cache: Remove unused function prototype, struct
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit a5c80bc8f782ce6d79f054844bcf9e6efb1aadb8
Author: Lauri Kasanen <cand@gmx.com>
Date:   Thu Jul 26 18:26:32 2012 +0300

    monkey: Update README and add a pkg-config file
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 8ad6ebae873705beb928ec32c017d82c1dfa6656
Author: Lauri Kasanen <cand@gmx.com>
Date:   Thu Jul 26 23:53:49 2012 +0300

    plugins: Consolidate common build system parts, remove 63 lines of copy-paste
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 75e49628bfbfeb8116f6c6378329a97150f96142
Author: Lauri Kasanen <cand@gmx.com>
Date:   Sun Jun 17 16:57:43 2012 +0300

    request: Remove unused code
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 12a4a6d7696ac5aa978d718cf83ecd20ee2f195a
Author: Lauri Kasanen <cand@gmx.com>
Date:   Wed Jun 6 18:44:51 2012 +0300

    header: Simplify the status_response array init, reorder the struct
    
    This saves 4 bytes per struct on x64. The size of the library drops 300 bytes due to
    the big static array taking less space now.
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit c9effedfd11484678775631b878ae2ae849cc136
Author: Lauri Kasanen <cand@gmx.com>
Date:   Sun Jun 17 17:09:46 2012 +0300

    iov: Mark _mk_iov_set_free as static (unused externally, and the _ prefix suggests it's meant to be private)
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 3c84846b0501953c322be926bf42200f96f9961a
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jul 26 10:28:32 2012 -0600

    Palm: initialize missing mk_pointer
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit ff5eb559922cbbc26cd07a653506fec131dbb27f
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jul 26 10:26:04 2012 -0600

    Dirlisting: initialize missing mk_pointers
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 2184262ec740510ce54cf042254ba248f17b8442
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jul 26 10:20:01 2012 -0600

    Logger: fix warnings and missing mk_pointer
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 4469aff433d9964238bb61165804fb2c173db052
Author: Lauri Kasanen <cand@gmx.com>
Date:   Mon Jun 18 19:23:08 2012 +0300

    monkey: Properly use extern for the globals
    
    This drops the size of each plugin by about 2kb (they were getting the global variables
    too!), and makes it easier to find unused global variables.
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit d39662dc100664065dafe78d1522b7dcb2908219
Author: Lauri Kasanen <cand@gmx.com>
Date:   Mon Jun 18 19:31:53 2012 +0300

    mem: Remove unused struct
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 0b3319649f59d7334834192b1c08d9fc23458cb9
Author: Lauri Kasanen <cand@gmx.com>
Date:   Mon Jun 18 19:21:45 2012 +0300

    cache: Remove unused define
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 5acf61cd0343c71a059a0f22e97222f085c2cab3
Author: Lauri Kasanen <cand@gmx.com>
Date:   Sun Jun 17 17:20:31 2012 +0300

    plugin: Mark register_stagemap* as static
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit a5fd3ec44995f5148b2e5ddad109f3af94e4882d
Author: Lauri Kasanen <cand@gmx.com>
Date:   Mon Jun 11 22:09:24 2012 +0300

    sched: Remove one unused thread key and its handling functions
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit a4889ef726087deed9733911d8fef4d22f4679f0
Author: Lauri Kasanen <cand@gmx.com>
Date:   Fri Jun 8 14:26:54 2012 +0300

    gitignore: Add lib-objs
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit fae49241eb13fda7b514ffbb043bfa03699801c5
Author: Lauri Kasanen <cand@gmx.com>
Date:   Mon May 28 18:19:32 2012 +0300

    plugin: API must be global (bug)
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 259eb25b96f2f851fe4adc6127e615c0897abf4d
Author: Lauri Kasanen <cand@gmx.com>
Date:   Fri Jun 8 14:30:42 2012 +0300

    plugins: LDFLAGS only belongs in the linker command
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit efda62cc2802b7a28de89387c89f855aa5b86f2f
Author: Lauri Kasanen <cand@gmx.com>
Date:   Wed Jul 18 19:36:16 2012 +0300

    lib: Add some examples on how to use the library
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit e15778ca68456f3ad159026d5ffc0f405dbf9cc9
Author: Lauri Kasanen <cand@gmx.com>
Date:   Wed Jul 18 19:35:32 2012 +0300

    lib: Add the test suite
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 646222a4a77e9ce4ae86cb3aff9d8776acddf3be
Author: Lauri Kasanen <cand@gmx.com>
Date:   Wed Jul 18 19:33:53 2012 +0300

    lib: Add the generated man pages, plus the asciidoc sources
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit a796e535776fc662a62b40db45ad6171c5d167a0
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jul 26 05:52:27 2012 -0600

    Epoll: remove unused variable
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit c080d3d6ecf9c4da5e344ef51bc0451092f48dd5
Author: Sonny Karlsson <ksonny@lotrax.org>
Date:   Tue Jul 17 21:29:48 2012 +0200

    http: Check if plugin set status in http_init.
    
    Checks if header status is set when MK_PLUGIN_RET_CLOSE_CONX is
    returned in stage_30 and uses it instead of MK_CLIENT_FORBIDDEN.
    
    Signed-off-by: Sonny Karlsson <ksonny@lotrax.org>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit dc464102ccafd5a8367e526908dcaa8bafd08ace
Author: Lauri Kasanen <cand@gmx.com>
Date:   Wed Jul 11 19:03:42 2012 +0300

    configure: Mark CGI as disabled on android
    
    Android does not support regex. Using plain string matches is slower,
    less flexible, and opens up a security hole. So rather than do that,
    just disable cgi on android.
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit a6c0fd174a202e604bced7a9510c645d5b7c3b41
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jul 12 15:24:25 2012 -0600

    epoll: epoll_states are linked in common linked list
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 762239e0bf284d7dde8e4fa59646255128e31732
Author: Lauri Kasanen <cand@gmx.com>
Date:   Fri Jul 6 14:49:25 2012 +0300

    cgi: Pass headers through monkey, support chunked encoding
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit ddbc9569dc5e54c9f7b4d4fd05d329a02b7b2633
Author: Sonny Karlsson <ksonny@lotrax.org>
Date:   Tue Jul 3 18:31:32 2012 +0200

    configure: Ignore plugins without Makefile.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 954f28b8333e621f5da8698c0f0c48e35f084cb8
Author: Sonny Karlsson <ksonny@lotrax.org>
Date:   Tue Jul 3 16:41:40 2012 +0200

    list: Add parenthesis around macro arguments.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 676d3a2d3491f482937f126c2166599992dd4be3
Author: Lauri Kasanen <cand@gmx.com>
Date:   Wed Jul 4 13:21:50 2012 +0300

    Fully comment the CGI section
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 1f5fb3a2533b433d6768dae24f510034b9b25728
Author: Lauri Kasanen <cand@gmx.com>
Date:   Mon Jul 2 16:59:03 2012 +0300

    cgi: Add support for per-vhost configuration
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 9f1ae9f124f9a7b7c06ec024cc01ce1f0f653ef5
Author: Lauri Kasanen <cand@gmx.com>
Date:   Mon Jul 2 16:53:58 2012 +0300

    cgi: Correct the config example
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 6b3b03373a1752098c2cfcd8d14c2a57e6a1c730
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Jun 30 14:29:58 2012 -0600

    epoll: event state declarations cleanup
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 5d5f8736224cb5f526016af4fd2b50332c025e05
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Jun 30 13:03:35 2012 -0600

    epoll: New epoll states
    
    The Monkey API allows third party components to hook file descriptors
    into the main worker epoll loop and base on the events it triggers the
    proper callbacks through the plugins interface, but Monkey did not
    track the epoll mode flags as this was just known by the Kernel.
    
    This patch introduces the 'epoll states' mechanism which keeps track
    of every file descriptor in the epoll loop into a user-space linked
    list per worker using thread keys. In addition, this feature is the
    base for new epoll modes implemented in the core: MK_EPOLL_SLEEP and
    MK_EPOLL_WAKEUP.
    
    From now the core and plugins can set an epoll file descriptor in
    sleep mode (do not trigger events) and wakeup mode to restore events
    to the state before the sleep mode.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 36356c55450b4dc78e7d76e716ce1db284b34973
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Jun 29 12:21:12 2012 -0600

    Plugin: deprecate unused plugin_network_ip struct
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 79c098842a175491ed351e3032192e1c3dc5a4dd
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jun 28 22:39:06 2012 -0600

    epoll: new mode MK_EPOLL_DISABLE
    
    This new mode instruct the kernel to disable the events in the
    file descriptor until the the events are set again.
    
    This is *not* a remove, just a sleep mode.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 61d04b5eb6fb5666eda60c42433815e211d6b8e8
Author: Lauri Kasanen <cand@gmx.com>
Date:   Tue Jun 19 18:58:52 2012 +0300

    conn: if there is no cs, return 0: otherwise it tries to close a closed FD
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit d3acc00c3de1226d3495ede9965747ce7d51eefb
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jun 28 19:58:07 2012 -0600

    epoll: print errors just in trace mode
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 03926427b3fcafaf5d5cba7eb683841e834df1e5
Author: Lauri Kasanen <cand@gmx.com>
Date:   Sun Jun 24 11:40:51 2012 +0300

    cgi: Some cleanups
    
    Removes unused variable, unneeded argument to do_cgi, some memory leaks,
    and one malloc is replaced with a static array.
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 6b03a29e2fbab19b19998237031fd7c02395c516
Author: Lauri Kasanen <cand@gmx.com>
Date:   Mon Jun 18 12:08:11 2012 +0300

    cgi: Update to an event model
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 528735a810fae6440f3c2ef4c2c67408a80286af
Author: Lauri Kasanen <cand@gmx.com>
Date:   Mon Jun 18 14:20:52 2012 +0300

    plugin: epoll_del is needed here too for stability
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit f08531e48606827f5c30eb6340ec2cff559c463f
Author: Lauri Kasanen <cand@gmx.com>
Date:   Thu May 24 15:04:48 2012 +0300

    plugins: Properly control visibility, v2
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 1b6300a0bca41b415f1fb055a2d9652c07fb8766
Author: Lauri Kasanen <cand@gmx.com>
Date:   Mon May 21 19:29:36 2012 +0300

    includes: Guard global variables with hidden visibility, v3
    
    This makes every plugin load faster. Each plugin is also 3-4kb smaller.
    
    v2: Fix one goof
    v3: Change to attributes.
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit b29d7301706d5b2172e452244a073a539827714f
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Jun 19 07:10:13 2012 -0600

    Palm: remove bad code in the read routine
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 5de725002103bb84ccb00fb9556c04c5f237228c
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jun 18 10:26:00 2012 -0600

    Mimetype: add JSON mimetype
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 605877fb845871d665469a59085fd86d0b63192d
Author: Sonny Karlsson <ksonny@lotrax.org>
Date:   Sun Jun 17 17:27:21 2012 +0200

    iov: Fix initial zeroing of offset entries.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit b5f057d9072ee29bc97e430198e6967a4c86617e
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Jun 15 16:40:01 2012 -0600

    QA: new host_port_XX.htt scripts
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit bd4dd78cb5ac28f8651617d556b661534f7d36d6
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Jun 15 15:46:58 2012 -0600

    Request: fix possible buffer overflow in Host header
    
    The Host header allow the input of the hostname plus the TCP
    port used, e.g:
    
     GET / HTTP/1.1
     Host: localhost:2001
    
    If the port length was higher than 6 bytes, it make monkey crash
    due an overflow in the port buffer.
    
    This patch restrict the port length and also add a validation
    to the port value so it just can hold numeric values.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 824ed68cad14f6b2ad72bf46e62d93babebc4770
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jun 14 14:17:01 2012 -0600

    cgi: make the plugin OPTIONAL and README updated
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit cdf94da5cc886b09b1eec7a5b43c3327f58febd0
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jun 14 14:13:53 2012 -0600

    cgi: set plugin disabled by default
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit af633500a3cac9659052c3c344d00baca8bf6a9c
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jun 14 13:35:47 2012 -0600

    Logger: adapt usage of worker_spawn()
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit ba96e4aca15685c48b7a5a10d6328c8518f6c0ec
Author: Lauri Kasanen <cand@gmx.com>
Date:   Thu Jun 14 17:46:04 2012 +0300

    cgi: Use worker_spawn to conserve thread resources (detached)
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 4ff00e6c16c5848200e3db0a1df731fcec2bcb08
Author: Lauri Kasanen <cand@gmx.com>
Date:   Thu Jun 14 17:45:25 2012 +0300

    utils: Make worker_spawn take the void *argument
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 87f98cec322967afb8f564ae1e172cb203e87507
Author: Lauri Kasanen <cand@gmx.com>
Date:   Tue Jun 12 23:41:14 2012 +0300

    sched: We must call epoll_del here to work around kernel behavior
    
    If the fd is not removed from the epoll set, it keeps getting notified and then monkey tries
    to close it - and since it now refers to some other file, errors ensue.
    
    This sounds exactly like http://osdir.com/ml/linux-kernel/2009-02/msg10362.html
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 229e717d0d1b9ae52cd50bf4bdb780baea7b4549
Author: Lauri Kasanen <cand@gmx.com>
Date:   Wed Jun 13 19:59:15 2012 +0300

    plugins: New plugin: CGI, v2
    
    Updated file check, plus variables http_host, server_software, server_protocol
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit e94e33367c32b70fb5ab89ad2ac9cd936ab936a7
Author: Lauri Kasanen <cand@gmx.com>
Date:   Tue Jun 12 12:27:13 2012 +0300

    README: Say GCC 3.2 is needed.
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 64fd21542d6cfbf9e3f723e432cecfdb8c3a7c44
Author: Lauri Kasanen <cand@gmx.com>
Date:   Mon May 21 19:58:48 2012 +0300

    dirlisting: Remove some gcc warnings (signed-unsigned, always true if)
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 90f2925523fe77f23ae1aa11279b0963a85d36b9
Author: Lauri Kasanen <cand@gmx.com>
Date:   Mon May 21 19:17:52 2012 +0300

    plugins: General cleanup, make possible functions static
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 3e8a8de131f428ced59bea91fe1b26c2d37a2765
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Jun 12 00:01:18 2012 -0600

    Utils: add missing mk_macros.h header
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 2265b7ca8b4a9d2b146f0d798a48b2c95923c960
Author: Lauri Kasanen <cand@gmx.com>
Date:   Fri Jun 8 14:48:22 2012 +0300

    dirlisting: Use correct printf formatter
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 3c24fac36f7a09fd08b712c6cb6f5119e42af192
Author: Lauri Kasanen <cand@gmx.com>
Date:   Fri Jun 8 14:44:55 2012 +0300

    logger: Use correct printf formatter
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 0a8a90bb723808df87c650a7ae47c165d52f109b
Author: Lauri Kasanen <cand@gmx.com>
Date:   Fri Jun 8 14:42:34 2012 +0300

    header: Use the correct printf formatters
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 6fcdf2372c2cd7cbf41ca8e22a26187598b81dd8
Author: Lauri Kasanen <cand@gmx.com>
Date:   Thu Jun 7 22:33:33 2012 +0300

    headers: Enable printf warnings for the wrapped printf functions
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit fb9b3e9bb41e1ac37e5eb76210ddb720a3ed4a70
Author: Lauri Kasanen <cand@gmx.com>
Date:   Wed Jun 6 19:10:51 2012 +0300

    utils: If the passed date is current, we know it's not in cache
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 813c28d308840b8f9e06241478a64a959b259bdd
Author: Lauri Kasanen <cand@gmx.com>
Date:   Wed Jun 6 16:30:10 2012 +0300

    .gitignore: Add versioned libs and pkgconfig files
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 8c716cc47444174de16b0de456854b3d41dd82ea
Author: Lauri Kasanen <cand@gmx.com>
Date:   Fri Jun 1 16:37:05 2012 +0300

    plugin: Check that the would-be-removed handler matches
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit d5f5824fdde582392d39c904ed48ca917f2d8eb6
Author: Lauri Kasanen <cand@gmx.com>
Date:   Tue May 29 12:17:43 2012 +0300

    request: Add a check for no index files
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 6d585d7b6a103f166dc4f47e06bfbb9c9049c4cf
Author: Lauri Kasanen <cand@gmx.com>
Date:   Tue May 29 16:33:00 2012 +0300

    config: Make use of the tolower function
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit c2a48089b74edc5b23be15944d109e04de90c37f
Author: Lauri Kasanen <cand@gmx.com>
Date:   Tue May 29 16:31:04 2012 +0300

    string: Add a function to turn a string to lowercase
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit ea01c897e88832fcf740e388ec47ea23f22f28ba
Author: Lauri Kasanen <cand@gmx.com>
Date:   Mon May 28 18:46:52 2012 +0300

    sched: Return the worker thread id
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 3ac3852528375cc5b56ed8a12040c4baeb15a959
Author: Lauri Kasanen <cand@gmx.com>
Date:   Mon May 28 17:25:39 2012 +0300

    Export the thread_key init for the lib
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 9c3658ec1b4df9bb54fad5148700294144fe1cdf
Author: Lauri Kasanen <cand@gmx.com>
Date:   Mon May 28 18:36:54 2012 +0300

    config: Move default workers to config_init
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit ace60526275964d1c44a4c72ed774a52d00ba4ef
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jun 11 12:09:00 2012 -0600

    Scheduler: register new incoming sockets with MK_EPOLL_READ
    
    Previous this patch, the Scheduler used to register each new incoming
    socket with the MK_EPOLL_WRITE flag, so when the connection was established
    epoll_wait(2) triggered the write event, meaning 'the socket is ready to
    write'. On that moment the Connection handler realised that no Scheduler
    information exists for that socket and run the mk_sched_register_client()
    function, then invoke epoll_ctl(2) to change the socket mode to
    MK_EPOLL_READ, so it start to wait for the incoming request string.
    
    In HTTP the client always begins the communication sending the request, so
    having a socket on MK_EPOLL_WRITE and then change it to MK_EPOLL_READ adds
    a little overhead.
    
    This patch makes the initial socket be registered with MK_EPOLL_READ and
    make the Connection handler identify this new connection in the
    mk_conn_read() function, avoiding the extra system call described in the
    previous behavior.
    
    Here is a little benchmark done with Valgrind/Callgrind:
    
      +------------------------+----------------+-----------------+--------+
      | function()             | before patch   |  after patch    |  gain  |
      +------------------------+------+---------+-----------------+--------+
      |                        | self | called  |  self | called  |        |
      +------------------------+------+---------+-------+---------+--------+
      | epoll_ctl(2)           | 0.15 |  15000  |  0.10 | 10000   |  44%   |
      +------------------------+------+---------+-------+---------+--------+
      | mk_epoll_change_mode() | 0.57 |  10000  |  0.27 |  5000   |  63%   |
      +------------------------+------+---------+-------+---------+--------+
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 8a3890b241f2692acfd5ffba328aa84905b66f4c
Author: Lauri Kasanen <cand@gmx.com>
Date:   Sun Jun 10 19:27:28 2012 +0300

    utils: speed up mk_utils_utime2gmt non-cache path by 25%
    
    Unsigned division is nicely faster than signed division.
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit d50dc1b4984d9d473e7886b833d9b8af7829195a
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Jun 10 15:20:44 2012 -0600

    Configure: find: user -xtype instead of -type
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit cd22c840e76d84b032c75f2e80ae07b982780844
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Jun 10 15:18:03 2012 -0600

    Development of v1.1 begins
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit dbd0f65089f1696f2395dbc178b3de8c3215815a
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Jun 5 16:38:37 2012 -0600

    Monkey v1.0.0
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 87146aa7535061ff5e45ded5cd969a1eeb619de2
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Jun 5 16:37:21 2012 -0600

    Deprecate websockets and patas plugins
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 28640341187a1c2e64d4c00663c96a12557ccb6b
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Jun 5 16:34:26 2012 -0600

    Monkey 1.0.0

commit 976340d08576e36e06d45a9f55cb119efe0210ca
Author: Lauri Kasanen <cand@gmx.com>
Date:   Thu May 31 20:17:42 2012 +0300

    monkey: wait until all workers are ready
    
    Otherwise the manager thread may cause a client to be added to an epoll fd
    that has not been initialized yet.
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 5659e4ac6c2dd805e74670411231d2b63fee03c1
Author: Lauri Kasanen <cand@gmx.com>
Date:   Fri Jun 1 17:01:15 2012 +0300

    headers: Remove unused header file
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 32324994d0d3a2d6edbfec2f92db668b90e5851d
Author: Lauri Kasanen <cand@gmx.com>
Date:   Fri Jun 1 17:03:34 2012 +0300

    configure, headers: Make sure every header has include guards
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit f84cf355886b7d4e2646f7c1dc43e55c3c0ec764
Author: Lauri Kasanen <cand@gmx.com>
Date:   Fri Jun 1 17:08:42 2012 +0300

    memory: Correct the header to have the same definition as the source
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 55e736dc846c5f711347bdcdc8d827e5972e5258
Author: Lauri Kasanen <cand@gmx.com>
Date:   Thu May 31 19:54:49 2012 +0300

    sched: Protect the wid init with a mutex
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 46a029b86042d6ec024068a5250048d779a495cc
Author: Lauri Kasanen <cand@gmx.com>
Date:   Fri Mar 23 20:50:32 2012 +0200

    Clock: move sequential clock init to its own function
    
    If the memory were allocated in a thread, it may happen too late.
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 28ee0b84fb73f83893e324293104c7cdf34447c6
Author: Lauri Kasanen <cand@gmx.com>
Date:   Wed May 30 07:46:59 2012 -0600

    Scheduler: fix return value when registering a new client
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit b5cf6793490ac2ee96a87e05c69c71db1830ca1e
Author: Lauri Kasanen <cand@gmx.com>
Date:   Tue May 29 17:04:49 2012 +0300

    configure: Use wildcards for the man page installs
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit bb436da99383077109819b2c458fd0db28e312f0
Author: Lauri Kasanen <cand@gmx.com>
Date:   Tue May 29 13:59:27 2012 +0300

    config: Add some checks in SAFE_FREE for things that aren't alloced with the lib
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit a98f2b874ada4e2a6353cb3f85601208aabd6aeb
Author: Lauri Kasanen <cand@gmx.com>
Date:   Mon May 28 15:01:11 2012 +0300

    configure: Don't overwrite other defs with TRACE
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 4d2ccdf2bf362b206876bbea19892991ae49e030
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue May 29 09:09:22 2012 -0600

    Connection: validate mk_sched_register_client() return value
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 0b93ac03b38c791f5103a912114f25422dbe7536
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon May 28 19:24:23 2012 -0600

    Cheetah: variables cleanup
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 0cf0f38428669a060ff5a84119d9ea317d5324eb
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun May 27 18:08:27 2012 -0600

    Mandril: re-write configuration file and examples
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 8e8f6cc6a220b2e7e720b879aa5d9e44db394670
Author: Lauri Kasanen <cand@gmx.com>
Date:   Sat May 26 20:10:52 2012 -0600

    mandril: Remove unused function argument
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit d1edaed10ea987933aad85a5886cba78136b949b
Author: Lauri Kasanen <cand@gmx.com>
Date:   Sat May 26 20:07:51 2012 -0600

    palm: Constify some read-only variables
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit f716104d38a3ee1f7e2ff42ac78e8d7f284e262b
Author: Lauri Kasanen <cand@gmx.com>
Date:   Mon May 21 20:00:47 2012 +0300

    liana: Remove unused variable
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 267f9a6d89618f76ecde102194ccc16dc893d6f6
Author: Lauri Kasanen <cand@gmx.com>
Date:   Wed May 23 18:10:51 2012 +0300

    dirlisting: Prevent possible crash
    
    Fixes a Clang warning.
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 89d918ad3096a1a096ba8c3a7ada2bcb9473a210
Author: Lauri Kasanen <cand@gmx.com>
Date:   Wed May 23 18:00:33 2012 +0300

    cheetah: Comment out some dead code
    
    Fixes two Clang warnings (dead writes to init and last).
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 77ba5b5b4ced1b218df0177ce686b7ab0c859387
Author: Lauri Kasanen <cand@gmx.com>
Date:   Wed May 23 17:40:01 2012 +0300

    mimetype: If the file is invalid, we would crash. Exit instead. v2
    
    Fixes a Clang warning. v2: exit instead of abort
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 7e1cd84da7fc8e2da4f2ceead4ae4987f478289d
Author: Lauri Kasanen <cand@gmx.com>
Date:   Fri May 25 13:41:06 2012 +0300

    config: Don't pass NULL to readdir, v2
    
    Exit instead of return.
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 8aa2fc246dab61808db4e5f28599639ddc32143a
Author: Lauri Kasanen <cand@gmx.com>
Date:   Wed May 23 18:03:11 2012 +0300

    palm: Prevent possible crash
    
    Fixes a Clang warning. If pr is NULL, the final return would crash.
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit f53867d9dd9d0bc179b322d36152e9806fb7f8bd
Author: mahesh gondi <mashf13@gmail.com>
Date:   Sun May 27 01:06:44 2012 +0530

    monkey : adds thread key initialization
    
    added missing thread key initialization for mk_cache_utils_gmt_text
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit e3131ef6eea71820059636d714e39a5d81ab347a
Author: Lauri Kasanen <cand@gmx.com>
Date:   Wed May 23 18:04:37 2012 +0300

    mandril: Correct in_addr usage
    
    Fixes a Clang warning. The file had used only a pointer to in_addr, when
    it should have used a struct!
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 041cb9843211a05e997f4d4742e0754abcd34770
Author: Lauri Kasanen <cand@gmx.com>
Date:   Wed May 23 17:58:56 2012 +0300

    palm: Remove two dead writes
    
    Fixes two Clang warnings.
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 72912a6d113ba6fe78f326f04b073b0baa87209b
Author: Lauri Kasanen <cand@gmx.com>
Date:   Wed May 23 17:58:35 2012 +0300

    config: Prevent possible crash
    
    Fixes a Clang warning.
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit e9961d6fd5ff92a6a787788a5acaa8098f276073
Author: Lauri Kasanen <cand@gmx.com>
Date:   Wed May 23 17:28:25 2012 +0300

    user: Check the return value of sete[ug]id
    
    Fixes a Clang warning.
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 8a83a2645b51897b1cea99f1b73ee0b4f94f1a6f
Author: Lauri Kasanen <cand@gmx.com>
Date:   Wed May 23 17:21:43 2012 +0300

    user: Fix possible crash
    
    Fixes a Clang warning. If getpwnam returns NULL, accessing usr->something
    would segfault.
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 6fc0f92b09e2d76f6bb4574ea62708584c7bb886
Author: Lauri Kasanen <cand@gmx.com>
Date:   Wed May 23 17:18:43 2012 +0300

    request: Remove dead assignment
    
    Fixes a Clang warning. This write is pointless, since it is never read.
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 70f9a5063921bfc967a161e8a86fb10503b9d7a0
Author: Lauri Kasanen <cand@gmx.com>
Date:   Wed May 23 17:17:30 2012 +0300

    plugin: Remove dead assignment
    
    Fixes a Clang warning.
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 11859b9416ab0fa9cd3866d2882458dfc4602863
Author: Lauri Kasanen <cand@gmx.com>
Date:   Wed May 23 17:15:54 2012 +0300

    memory: Prevent a possible crash in mk_pointer_to_buf
    
    Fixes a Clang warning. If *dest is NULL, memcpy would crash.
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 9bb06a3cb31d5164588b67e466c4ee53984d7aae
Author: Anthony G. Basile <blueness@gentoo.org>
Date:   Wed May 23 10:53:10 2012 -0400

    configure: fix #156, install man pages to the correct sections
    
    The current configure script installs the man pages banana.1, monkey.1
    and monkey-api.3 at the top level man dir, /usr/share/man, and not in
    the appropriate categories by FHS standards.  This fixes the issue.
    
    Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit e57c12e63555141cfd4cc23c8850994dfcac2364
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue May 22 07:48:02 2012 -0600

    Auth: rename mkpasswd utlity to mk_passwd
    
    Monkey's "mkpasswd" clashes with the /usr/bin/mkpasswd
    utility of the standard Whois tools package.
    
    Thanks to Fiorella Santini for catching this.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 6b6595bd4c9aa97fb2557ee6d0bea2964df02973
Author: Lauri Kasanen <cand@gmx.com>
Date:   Mon May 21 20:31:06 2012 +0300

    file: Reorder struct file_info, drop 8 bytes, v2
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 92fa0e1c195561981de9fd0cc05916cc933255cc
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue May 22 07:12:44 2012 -0600

    Configure: fix #155 new accept() mode in configure flags
    
    This patch add two new flags to the configure script:
    
        --only-accept
        --only-accept4
    
    These flags let specify the builder system which accept mode
    must be used in the server socket: accept() or accept4(). If
    no one is specified the builder will auto-test accept4(), if
    it fails, it will go for accept().
    
    This is useful when doing cross compiling and want to specify a
    specific operation mode.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit e7cea98fb67ba94b4bc2a3fbd2f35511e9c8ec97
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon May 21 14:33:47 2012 -0600

    http: do not perror() when sendfile() fails
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 28d844073108cdc3786024b4487059ad8b1b430c
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon May 21 11:34:30 2012 -0600

    Config: fix unitilialized variable
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit ee151fc730b8ea7057bbec4a63f80dbfff1a3436
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon May 21 11:29:46 2012 -0600

    Liana: use monkey api to set a socket non-blocking
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit d3db12dee2a384bd0d298428535bc4c5281512cb
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun May 20 20:45:32 2012 -0600

    Config: fix minor validation bug and add extra checks
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit c7392542711fb00819d877378b674847a1183b53
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat May 19 14:56:07 2012 -0600

    file: add new field 'exists' to the struct file_info
    
    The new field added is used to mark if the file exists or not,
    because lstat(2)/stat(2) can fail due to multiple reasons.
    
    If the HTTP core get a -1 from mk_file_get_info(), it now will
    validate the 'exists' field to send a 404 or 403 error
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 508d413cca627b9ba5ee206dc7654e782b4b1185
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat May 19 13:33:30 2012 -0600

    QA: remove old redir_301.htt test
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit be62ea4f9d1074a970fc114348dfa5583fb38b2c
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat May 19 13:32:20 2012 -0600

    file: set the proper O_NOATIME when applies
    
    if the user is the owner of the file or the user is root, it
    can set the O_NOATIME flag for open(2) operations to avoid
    inode updates about last accessed time.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 9d3b09bb976fe28d0f88bf0e1e476480895bfef6
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat May 19 08:37:16 2012 -0600

    http: fix directory redirect when Host header specify a TCP port
    
    This patch makes the server to respect the port sent in the Host
    header, so if a redirect is performed it must use the port sent in
    the request headers.
    
    This patch also add two QA scripts to verify the right behavior:
    
       - directory_redirect_02.htt
       - directory_redirect_03.htt
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit c807c1894c6817bd1c11c3118a64e8890d874a3e
Author: Lauri Kasanen <cand@gmx.com>
Date:   Tue May 8 20:53:05 2012 +0300

    http/request: Remove malloc from request_index with short paths
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 851590893a992728d24d607b93c8b49e9c8ff04b
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri May 18 11:07:35 2012 -0600

    auth: adapt base64.c to monkey
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 9f5633473aa49413a9288b0fa38a639cb52f53ab
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri May 18 11:04:38 2012 -0600

    auth: use new base64.c version from Jouni Malinen
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 37ecbbdf577148be7a47b8ef940d1506cc41f6a0
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri May 18 11:02:28 2012 -0600

    socket: fix mk_socket_ip_str() for IPv6
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 43784c313a7cbc249408a1897213b619853f219a
Author: Lauri Kasanen <cand@gmx.com>
Date:   Thu May 3 15:19:00 2012 +0300

    socket: Fix possible overflow, v2
    
    mk_socket_ip_str passed the wrong size to inet_ntop.
    
    v2: Output a nice error message
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit d16e0530615c9dc5b924fa206dcc353ecbb34a13
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri May 18 08:17:44 2012 -0600

    auth: temporal fix for GCC warning over olen in decode function
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 368be9249051cfe4917d515ad4f6438d822477ec
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri May 18 07:15:59 2012 -0600

    Cheetah: validate return of fgets()
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 0dbeaa6e42701417e10d40f53b524d2cc9f0b462
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu May 17 21:27:36 2012 -0600

    Builder: compile output like Linux Kernel style
    
    Makefiles has been modified to print out messages like the Linux
    Kernel at compile time:
    
     edsiper@monotop:~/coding/monkey$ make
       CC    src/monkey.o
       CC    src/mk_method.o
       CC    src/mk_mimetype.o
       CC    src/mk_request.o
       CC    src/mk_header.o
       CC    src/mk_config.o
       CC    src/mk_signals.o
       CC    src/mk_user.o
       CC    src/mk_utils.o
       CC    src/mk_epoll.o
       CC    src/mk_scheduler.o
       ...
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit cbcdb2d8fdac5284b4248504b75cd490b42ea591
Author: Lauri Kasanen <cand@gmx.com>
Date:   Thu May 17 22:20:04 2012 +0300

    Build system: Automatic dependencies for the header files
    
    This removes the need to "make clean" after editing a header file.
    All C files that need recompiling are automatically rebuilt.
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit bf0b20cb4b6b63585aac51525870bd9ee5ddb754
Author: Ankit Kumar <ankitkumar.itbhu@gmail.com>
Date:   Thu May 17 12:13:41 2012 -0600

    utils: add MK_TRACE_BACKGROUND env var for trace mode
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 41863a08de9c55b3fd039fb4e53440ee3dd30db7
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu May 17 12:00:22 2012 -0600

    http: fix a validation over if-modified-since
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 82e95aba7b3208e589434a1fc8bcea7908fe6e13
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu May 17 11:47:02 2012 -0600

    QA: fix and add missing error_413_02.htt file
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 4e7379d64ebf9d57983f701d709394df56c9ff41
Author: Lauri Kasanen <cand@gmx.com>
Date:   Wed May 2 19:18:36 2012 +0300

    request: Optimize mk_request_init, v2
    
    This both simplifies the code, and moves the function from 1.6% to 0.4% of
    Monkey CPU time.
    
    Changelog:
    	v2 - Removed one forgotten zero set
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 8138e4044b0a0c1fe058df7cab99b676c055dd70
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu May 17 11:28:33 2012 -0600

    request: on premature close, make sure a default vhost details exists
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 036cc1d30dd9ff49577233700c23ed99bb3af95f
Author: Lauri Kasanen <cand@gmx.com>
Date:   Wed May 2 18:03:33 2012 +0300

    main: Use malloc_z for the config struct
    
    Valgrind found an uninitialized use. Initializing to zero fixes that.
    
    Conditional jump or move depends on uninitialised value(s)
        at 0x406D28: mk_utils_register_pid (mk_utils.c:411)
        by 0x402CD5: main (monkey.c:168)
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>

commit d0b38247d6ba44efbdaabcc769eab5dc7c752c01
Author: Lauri Kasanen <cand@gmx.com>
Date:   Thu May 17 10:13:45 2012 -0600

    http: Remove unused arg from mk_http_keepalive_check
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 16d10675e2e6dd09914111bcab64b64b43f20a68
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed May 16 20:53:35 2012 -0600

    Logger: if content length is not set in headers, use zero
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 9e67f09f907667b522856303831f0a686351b058
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed May 16 09:39:52 2012 -0600

    Config: add new DefaultMimeType configuration key
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 0541d1ea9ca602a59437ee842b378f72bfbe4ce9
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue May 15 12:59:31 2012 -0600

    Readme: add requirements section
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 862f46c4837b46ebc1ca54237ae5e4707db60a92
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue May 15 12:33:55 2012 -0600

    Duda: drop plugin (new repo has been created)
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 563cb7516dba2c2411abd2927858422500cd880c
Author: Lauri Kasanen <cand@gmx.com>
Date:   Thu May 10 19:14:13 2012 +0300

    memory: realloc had wrong size hint
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 28936ef50c37b1e5c2b24c78b169f787617c8a91
Author: Sourabh Chandak <sourabh3934@gmail.com>
Date:   Tue May 15 16:05:37 2012 +0530

    htdocs: corrected image path
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit f54d9fa4e24907af1d08f4e204862bc807cdede3
Author: Lauri Kasanen <cand@gmx.com>
Date:   Wed May 9 16:33:46 2012 +0300

    http: use memmem for the ".." check
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 517634c2cee744acb58cdbcff356df3337d30d80
Author: Lauri Kasanen <cand@gmx.com>
Date:   Tue May 8 19:26:05 2012 +0300

    http: Remove the _status_ functions and list, all unused
    
    Besides cleaner code, runtime RAM use drops by 1.3kb.
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 347265e1327e59414795268bcadae0ccaa46195c
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue May 15 08:56:34 2012 -0600

    utils: optimize utime2gmt when the entry does not hit the cache
    
    This patch reduce the number of char assignation to the target buffer
    replacing a few of them with the memcpy() call.
    
    Using valgrind is possible to see that the optimization helps to reduce
    the computing time from 2.73 to 2.34.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 0ffe16fb144bc1d6a00d5acc1a72aa4d4a783f8e
Author: Lauri Kasanen <cand@gmx.com>
Date:   Tue May 15 14:49:15 2012 +0300

    utils: Add a gmt text cache for utime2gmt
    
    In the worst case (no cache hit ever), the overhead for utime2gmt is little less than 1%.
    In the best case (cache hits always), drops utime2gmt cpu usage from 9.6% to 1.2%.
    
    Helps in mixed usage, since often accessed pages like the index page stay in the
    cache.
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit f2e96ab21f32063b0d01bb96a05a3af0f8169e0f
Author: Lauri Kasanen <cand@gmx.com>
Date:   Thu May 10 19:13:43 2012 +0300

    memory: Calloc is much faster than malloc+memset.
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 3362d3c6437c25934df8ae5452cf493ecb666d5b
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon May 14 23:22:49 2012 -0600

    Config: add support for customized error pages
    
    This patch allow to add customized error pages per virtual host,
    it adds a new section under the virtual host file called [ERROR_PAGES].
    
    You can define multiple error pages depending of the error status, check
    the following example:
    
       [ERROR_PAGES]
           404  404.html
           500  500.html
    
    Everytime a an error is raised, it looks for the defined error pages, if
    it match, it will try to send the file in question, if even the configured
    file is not found, it will send the built-in error page.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 3b57324c8527e5e100fdcf841510be4acbbfdac4
Author: Lauri Kasanen <cand@gmx.com>
Date:   Fri May 11 17:39:54 2012 +0300

    Request: Remove one unused struct member from session_request
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>

commit 607ad623ad365c8be9e8f5cfe360680c5f876ab0
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon May 14 11:50:31 2012 -0600

    Trace: rename filter variable from MK_TRACE to MK_TRACE_FILTER
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit fec973e48356aa588105c34b070bf2f23ffe7503
Merge: 44a0dda 9b3bb92
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon May 14 11:46:17 2012 -0600

    Merge branch 'patches'

commit 9b3bb925816285f487b94e0db2933057c56f0cbd
Author: Ankit Kumar <ankitkumar.iitbhu@gmail.com>
Date:   Mon May 14 11:42:10 2012 -0600

    Scheduler: Fix #151: changing %i to %llu and connections counter
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 8b7cc73867c7c00be9404e9ce627075508b1e39b
Author: Lauri Kasanen <cand@gmx.com>
Date:   Thu May 10 12:26:28 2012 +0300

    Update the configure script
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>

commit 855fc67178d334ee26856a2b3e9278fdbd336103
Author: Lauri Kasanen <cand@gmx.com>
Date:   Mon May 7 17:45:45 2012 +0300

    request: Make use of the socket arg
    
    GCC said that socket was unused. Another option would be to remove it
    as an argument and keep the access as cs->socket.
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit e28880d7a858699dfdb569195ae216192919f7bf
Author: Lauri Kasanen <cand@gmx.com>
Date:   Mon May 7 19:07:38 2012 +0300

    plugin: close memory leak (~5kb)
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>

commit 44a0dda51fbf2c1c8ea7e1d351bb3f0a3e1f243f
Author: Lauri Kasanen <cand@gmx.com>
Date:   Wed May 9 18:01:30 2012 +0300

    header: Make mk_header_iov_* static
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>

commit c160cd9848c0e13996bb0a3bd644dcc891776014
Author: Lauri Kasanen <cand@gmx.com>
Date:   Mon May 7 16:46:35 2012 +0300

    sched: Allocate the connections at once
    
    This saves some 4kb of memory, and improves cache usage.
    
    Signed-off-by: Lauri Kasanen <cand@gmx.com>

commit 2939842f743fb4b7fc9cbb91f245994c7591a48d
Author: Lauri Kasanen <cand@gmx.com>
Date:   Mon May 7 10:50:12 2012 -0600

    Scheduler: remove unneeded active_connections check
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 8fd10d02ce169a7d863202f0dabc72ab95a00b7e
Author: Lauri Kasanen <cand@gmx.com>
Date:   Fri May 4 14:24:33 2012 -0600

    epoll: fix unitialized variable
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit a25e0593fb2a57a1cec588a567cb711dbabfd969
Author: Ivo Brunnbauer <ivobrunnbauer@gmail.com>
Date:   Fri May 4 13:10:04 2012 -0600

    GCC: Make monkey compile on gcc 4.7
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 8dc3b186efe1b4d1209a3d6919c196166c55eb50
Author: Lauri Kasanen <cand@gmx.com>
Date:   Fri May 4 12:24:59 2012 -0600

    String: fast path / pending part
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 32f764a155788ac9956c1ab2adbf01e772b87e14
Author: Lauri Kasanen <cand@gmx.com>
Date:   Fri May 4 12:00:12 2012 -0600

    monkey: Remove two unused global variables
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 5bb1a5b22f941fc149833f12c71989938bd53470
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri May 4 11:48:39 2012 -0600

    Cheetah: use new accepted/closed connection from the scheduler
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 34bf2db21deaa9d1b7877463fd96427d8d42c093
Author: Lauri Kasanen <cand@gmx.com>
Date:   Fri May 4 11:36:44 2012 -0600

    Scheduler: Fix #144: Make active_connections lock free
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit ea83cb6860f9555011a4959294bd7d765b1fe533
Author: Lauri Kasanen <cand@gmx.com>
Date:   Thu May 3 16:53:01 2012 -0600

    iov: Remove one gcc warning (unsigned-signed)
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit fd97b0a4652b9046e34bd3f718661bed61f26867
Author: Lauri Kasanen <cand@gmx.com>
Date:   Thu May 3 16:50:11 2012 -0600

    string: Remove one gcc warning (unsigned-signed)
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 64321e79e9e6ae14344b7d484fbaa65c566570f7
Author: Lauri Kasanen <cand@gmx.com>
Date:   Thu May 3 16:48:45 2012 -0600

    request: Remove always-true if
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 3f77bf3d9809005daf686e13761d82a44f9d054b
Author: Lauri Kasanen <cand@gmx.com>
Date:   Thu May 3 16:43:12 2012 -0600

    memory: fix one gcc warning
    
    Comparison between signed and unsigned.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit c3b43cb2550fbd77253b5e53d3bf0618137b65b7
Author: Lauri Kasanen <cand@gmx.com>
Date:   Thu May 3 16:41:27 2012 -0600

    string: Add string fast path
    
    This dropped _mk_string_search from 4.5% to 3.5% of Monkey CPU time.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit c65ddde770dda43b2940f2bc6049c3088ce06152
Author: Lauri Kasanen <cand@gmx.com>
Date:   Thu May 3 16:35:36 2012 -0600

    request: no-op cleanups
    
    Remove always true else if check, and move one common if check one level above.
    
    No functional changes.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 03e2a6a1e3638018897bee44d2c034aa5f91ced9
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Apr 30 14:56:45 2012 -0600

    Duda: rename hook duda_init() to duda_main()
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit dc2d07d8ac991392aaf8de8ea82cc60257a15670
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Apr 30 11:57:25 2012 -0600

    Monkey v1.0 is coming. Woohooo
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 4e25739b9369f9bee278140280e04db8e00a324d
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Apr 30 11:55:35 2012 -0600

    Duda: example: use new API
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 0d9ad9a07bdbd32a28145bc4145a9d2f2b0520fb
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Apr 30 10:23:17 2012 -0600

    Clock: remove atomic operations
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit ac962a24a8be46e5a989363d8e5e258197073a5f
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Apr 30 10:13:26 2012 -0600

    Scheduler: remove atomic lock mechanism provided by GCC:
    
    This patch drops the atomic calls set by the compiler from patch:
    
        http://goo.gl/Ff0u0
    
    It now uses the common pthread mutex in place.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit dada1cf543d5c1842d6b6553df46eaebeb513fcc
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Apr 30 09:34:25 2012 -0600

    Config: allocate a new memory space when assigning MK_DEFAULT_LISTEN_ADDR
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 37cb86881d9ac9367233328d7b30384a3df41706
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Apr 30 06:46:35 2012 -0600

    Config: #fix 139 Invalid value for config->listen_addr
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit d06d004638380368137b82362a98b4aebefcc7ca
Author: Lauri Kasanen <cand@gmx.com>
Date:   Sun Apr 29 20:14:39 2012 -0600

    iov: Remove unused variable
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 484f819cf5a65d8f26add14243c8ffcee6293cc1
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Apr 27 22:03:09 2012 -0600

    Header: fix HTTP header length
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit c5e31d2e6f89d957eae281988de6ff9d466f4176
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Apr 27 21:56:34 2012 -0600

    Duda: API changes and new 'map' console interface
    
     - New response->body_print() method. Implemented to send static
       buffers, this one deprecates the old body_write().
     - New response->body_printf() method. Similar to its 'print' version
       but it allows to format a string as printf(3) does.
     - When creating a dynamic buffer, the memory is freed automatically
       by Duda when the flush process is done.
     - New web interface 'map' under console interface, it prints the
       interfaces and methods available.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 9ece261ac94053020951d8954c694d8575e02de8
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Apr 25 10:53:29 2012 -0600

    Duda: cookie: fix path location when expiring a cookie
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit b8cc1a7ff6a5751c8286851c9affe16c02735ae6
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Apr 25 09:22:40 2012 -0600

    Duda: session: on destroy, make the cookie expire
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 56429614cdd2da82fded3040117515726f5c3b2d
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Apr 25 08:51:34 2012 -0600

    Duda: session: destroy sessions by name (internal lookup for UUID)
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 70d6fdb1b6a4e82587933a11c4947e7d890401c3
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Apr 24 20:56:41 2012 -0600

    Duda: base64: do not add breaklines to encoded string
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 8d1b5ebe321c6ae2303d6a7530b3fb8208b6a5a6
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Apr 23 23:08:01 2012 -0600

    Duda: SQLite: fix return value on sql_dump()
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 592347065cd028b1fe79f4c993087d30678b4f06
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Apr 23 22:54:03 2012 -0600

    Duda: cookie: add path field specifying the webservice path
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit f84b3b21b8953ce1ca10e206bd40a24ac881eb0a
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Apr 22 09:54:05 2012 -0600

    Duda: fix xtime object name
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 2d640f48841b43c03f18f0869145af1bc630e356
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Apr 22 09:52:09 2012 -0600

    Duda: rename utime object to xtime, no more conflicts.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 8182ba0ede256493d0680e2dc907cc6eaeabebdc
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Apr 21 15:57:41 2012 -0600

    Duda: add missing headers to webservice.h
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit e211b9778d046b214b2e0529014a4464b9f75727
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Apr 21 15:54:49 2012 -0600

    Duda: minor fixes on webservice.h
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 26cea04fd15a81e2ae1bdcdd27f1582628c258ca
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Apr 21 15:38:21 2012 -0600

    Duda: adjust utime object
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit ef9c2d02abc8e85eadca87f2858680b3a385e625
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Apr 21 15:33:36 2012 -0600

    Duda: adjust param object name #2
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 1bc05e0785ca78af6ba774f1c415a7591669f8b4
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Apr 21 15:31:08 2012 -0600

    Duda: adjust param object name
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 79823d071c4a951c88b378374702953999b87531
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Apr 21 15:27:50 2012 -0600

    Duda: rename time object to utime to avoid time.h conflict
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 3dd489d90d1508090360a68fc930526ec18e5a79
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Apr 21 12:20:05 2012 -0600

    Duda: expose 'time' object in the web services
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 3751045757a60d9b928d286bef9741c010664ebe
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Apr 21 12:19:12 2012 -0600

    Duda: update README file
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit f699c3e7cb232ea8293423c211d5464b968aa937
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Apr 21 12:13:00 2012 -0600

    Duda: new directory and files structure
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 5d266b76e6516da1e2d307b5844716e9b6d4d922
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Apr 21 11:34:24 2012 -0600

    Duda: console: move object logic to the same file
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit fa6489bdfa3893ac612c34d08b0a56b66cf28f53
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Apr 21 11:27:06 2012 -0600

    Duda: cookie: move object logic to the same file
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 3b8978f92b56e599215d173f723cd553010a072b
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Apr 21 11:22:28 2012 -0600

    Duda: session: move object logic to same file
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 8e6f3149ec64e03c1c7c28449ce5fcbdf254ccc8
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Apr 21 11:16:36 2012 -0600

    Duda: param: move object logic to same file
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 3706dd5750ddc24c72fca9b36fd7a20a8d913b30
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Apr 21 10:56:34 2012 -0600

    Duda: plugin now is disabled by default
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 50254308131b6c89d2009f52cfe0c3ec81a09682
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Apr 21 10:55:27 2012 -0600

    Duda: new 'time' object
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit c333eac18e3eb071fb41d0dfd53364c45e106c7b
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Apr 21 09:03:12 2012 -0600

    Duda: object names are singular
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 16133773decb6acbc9cb4601c760ce1fe199cce0
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Apr 20 22:13:09 2012 -0600

    Duda: cookie: fix iov_create() call
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 02ab4621c153c18d92c426ace4414de033303690
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Apr 15 12:56:16 2012 -0600

    Duda: params: new get_number() method
    
    This new method add the capability to get a converted parameter
    from it string origin to a long data type, the work is done without
    extra memory allocations and it take cares of long overflows. The
    implementation its almost equal to strtol() but it uses a fixed
    base 10 and accept an offset for the string length.
    
    The patch also add a new file duda_utils.c and duda_utils.h where
    the duda_utils_strtol() function lives.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit d2047a2ff79e1a437655938eeeb6b1a3cdacc796
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Apr 13 15:44:19 2012 -0600

    Duda: fix some data types
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 5ac91e40e1e5b4203f19d3fecb201ad14972dccc
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Apr 12 23:26:56 2012 -0600

    Duda: SQLite: sqlite->step now can return SQLITE_ROW
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 5641eb9ad3146e8a8b8f51527d19378cb579ee16
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Apr 12 22:32:50 2012 -0600

    Duda: SQLite: sql_step is a wrapper now of sqlite3_step
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 8e68b748e44706f6fc99b8a84ae1b7a36ebd160f
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Apr 12 22:21:40 2012 -0600

    Duda: console: include duda_request_t address in the log
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 2b53185f872a74870bb6ca3bbf00053c8f27fec5
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Apr 12 21:05:35 2012 -0600

    Duda: param: write params error to the debug console
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 724d28c1ae300b77ce1bd6abefc4d4740042377f
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Apr 12 21:00:46 2012 -0600

    Duda: param: if max_len=0, skip validation
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 101d602cc9c6d3f08f7a844bfe88b719ba1c2a29
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Apr 12 11:59:16 2012 -0600

    Duda: map console_debug() to console->debug()
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit f6b95269857bddf135166a88df1f02d736915a1d
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Apr 12 11:12:00 2012 -0600

    Duda: console: rename method 'write' to 'debug' and add __FILE__ and __LINE__
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit fe7fb973ad2cd14a9a2dd7cf593b1b53f1936d44
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Apr 11 23:52:31 2012 -0600

    Duda: new 'console' object
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit af30f7c7da2863997c971d027419a1dcd9367685
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Apr 11 08:56:19 2012 -0600

    Duda: validate that the method was set
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 2b6b45b749c2bb666dfb58b1860916611a053415
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Apr 11 08:50:47 2012 -0600

    Duda: session: new isset() method
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit d45b98021233fc3b8d1c717550405aba6781e1ec
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Apr 11 08:12:38 2012 -0600

    Duda: api: add a message for invalid macros
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit a8c27389cf9b06a2819c9efd42190174e8d96301
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Apr 11 08:00:13 2012 -0600

    Duda: session: session->get() is working now
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit ba906cdeac72578dd5e67f691c32bbd0e0e10fbb
Author: Felipe Astroza Araya <felipe@astroza.cl>
Date:   Tue Apr 10 13:00:04 2012 -0600

    Server: unused global variable removed
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 8bb6a3e35ee5640de9c57e237db7d7ae103dfdaa
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Apr 10 12:42:59 2012 -0600

    Duda: cookie: minor fix in get() method
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 73e31e091c55007556be8a87e65355c355110f7e
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Apr 10 12:34:39 2012 -0600

    Duda: cookie: new cmp() method
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit b4291f20441a6b5e15f82876011a985f1f98f3ad
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Apr 10 12:06:54 2012 -0600

    Duda: cookie: new get() method
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit f11eef1e920687503652f2e787fb51c872a0c26f
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Apr 6 23:45:30 2012 -0600

    Duda: Session support completed (create/destroy/get)
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit dc8019a4edafaa0fd9b555cf8cf21b00885af01b
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Apr 5 23:01:39 2012 -0600

    Duda: new Cookies support
    
    This patch do the following changes:
    
     - Duda : add a new 'cookie' object, allows to set and destroy a cookie
     - IOV  : add a mk_bug() to check if the iov is being used over capacity
     - API  : export a new function time_to_gmt()
     - Utils: mk_utils_utime2gmt() now accepts a buffer instead a mk_pointer
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 260064836b7aae1fc38039cfc8f331281e6e66e6
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Apr 4 23:33:21 2012 -0600

    Duda: session: more entropy
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 91575a40ccfc989ba08d4f70de923dbc8f0897a5
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Apr 4 23:26:53 2012 -0600

    Duda: session: generate UUID
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 245540a0d1fd01965b9a64aa4d5bab1c86b05f17
Author: Nicolas Pépin Perreault <n.pepinpe@gmail.com>
Date:   Wed Apr 4 12:04:42 2012 -0600

    Duda: new SHA1 package
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit b77e32b428bea3622246469c2debecc6f2c5c17d
Author: Kay <kay21s@gmail.com>
Date:   Wed Apr 4 11:18:43 2012 -0600

    Websocket: implement 'echo' subprotocol
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 01be8a3bab1fc66fbd90e8bca2fe9ee9c36d4297
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Apr 4 09:10:45 2012 -0600

    QA: add check for HTTP parsing
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 8ab993fbe960a2138a351c4a81083a63994afc22
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Apr 4 09:10:20 2012 -0600

    HTTP: assign default host before HTTP parsing
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 126e383a45bd810a12be2aad9f21c6b92e86ebe1
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Apr 4 08:58:57 2012 -0600

    HTTP: validate port value after numeric conversion
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit ba8fd7dbf5aa5ee774341ba333a48727b0326d7c
Author: Jean-Paul Bonnet <bonnet.jp@gmail.com>
Date:   Wed Apr 4 08:55:15 2012 -0600

    HTTP: fix Host header parser
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 2c05d6ee3f128282180ff3f951f24be91180e77c
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Apr 4 08:40:00 2012 -0600

    Duda: initial session support
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 2a971e5b7aa1b594988994ab40ff5ef54db5c808
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Apr 2 13:25:44 2012 -0600

    Core: new SAFE_FREE macro (./configure --safe-free)
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 3d05fa9238b13c85f13a934f974bddb564f94779
Author: Felipe Astroza <felipe@astroza.cl>
Date:   Sun Apr 1 15:10:12 2012 -0600

    Scheduler: improve algorithm to get the lowest load worker
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 1cd7bc0e639bc56a81773371b416bc3f1ece89d1
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Apr 1 15:02:52 2012 -0600

    Plugin: free resources on exit
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 4b5a409f5c36d1a323921a80d5e45fa072096f9f
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Apr 1 14:49:52 2012 -0600

    Config: free 'file' buffer
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 6a4644d618a7f40134f343760e9db6aa31dd1c97
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Apr 1 14:46:01 2012 -0600

    Logger: free resources on exit
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 7f692265986643b97ded3f49becc754777e3f225
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Apr 1 13:48:16 2012 -0600

    String: new mk_string_split_free call and other changes
    
    A new function called mk_string_split_free() has been added, this
    function free any resources allocated by a mk_string_split_line()
    function.
    
    This patch also free some resources used by the main configuration
    structure of Monkey
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit be5a8455d49c8913c2aafb6d36340342387e1862
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Apr 1 11:55:50 2012 -0600

    Signal: free main configuration on exit
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit b600b7cf7e08b08a12795b2f648eb7f0dfe51889
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Apr 1 11:55:14 2012 -0600

    String: split_line now returns a mk_list
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 8b841ccf79a975f36584158ce1743acf225dfe5e
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Mar 31 21:37:20 2012 -0600

    Patas: use mk_list method when reading config sections
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 8e7c6cb4f9d1a3402aee1e6ff6d3c5145d4fea8e
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Mar 31 18:21:48 2012 -0600

    Palm: use mk_list method when reading config sections
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 822ebe18f3844e4f75c2dae30e087b55da90a909
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Mar 31 18:20:36 2012 -0600

    Mandril: use mk_list method when reading config sections
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit a2ecf6a410af102ee75349a69432c5dc9a1112da
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Mar 31 18:18:54 2012 -0600

    Liana_SSL: use mk_list method when reading config sections
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 8b285ed3af3ba7adf72dbfcfd92debfeb7845bec
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Mar 31 18:17:08 2012 -0600

    Duda: use mk_list method when reading config sections
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 6290c20886bfb5aabfddd5a4697192b887381936
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Mar 31 18:12:43 2012 -0600

    Cheetah: use mk_list method when reading config sections
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 977acfd620662459bac39f23e5aac64b886858eb
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Mar 31 18:05:32 2012 -0600

    Auth: use mk_list method when reading config sections
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 94fd69b66f018cab0cdc0bc2d1b1bb7716820092
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Mar 31 18:00:41 2012 -0600

    Config: struct mk_config now uses mk_list
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 71c8f051dc4030a63b949a68397da4f0d3979aef
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Mar 31 17:32:55 2012 -0600

    Config: free hosts information when exiting
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 9bfbdbbd6a77f5aea1b3e97b597295c5bfc9d841
Merge: f26230e b30bd47
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Mar 31 16:00:43 2012 -0600

    Merge branch 'master' of ssh://git.monkey-project.com/srv/git/monkey

commit f26230e314699331e2094b67e2badbbf79800101
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Mar 31 15:55:04 2012 -0600

    Logger: use new vhost structure based on mk_list
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 5ecb697f8516d57a7ef53a87d3229c98412852d8
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Mar 31 15:51:38 2012 -0600

    Duda: use new vhost structure based on mk_list
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit a80fe821b1cfa9964bbca01f70a36d932036c48a
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Mar 31 15:48:38 2012 -0600

    Cheetah: use new vhost structure based on mk_list
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 5c6ea12e93c83a6ed611a48f7ff392938d546aef
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Mar 31 14:52:01 2012 -0600

    Auth: use new vhost structure based on mk_list
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 985329d65e8b242572cd23c5b8c5213d378e56d2
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Mar 31 14:44:27 2012 -0600

    Config: vhosts are now handled by a mk_list
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit e1e1d0c0d3c160c0a44dd8c62db71fc86d72fea5
Author: Kay <kay21s@gmail.com>
Date:   Fri Mar 30 13:41:56 2012 -0600

    websockets: fix variable payload length
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit b30bd47f6422b363a9b8ca94a1c145737dc93d0f
Author: Kay <kay21s@gmail.com>
Date:   Fri Mar 30 13:41:56 2012 -0600

    websockets: fix variable payload length
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit fe7bd889834e00b7aa050509e68ac97332f8b9a9
Author: Sourabh Chandak <sourabh3934@gmail.com>
Date:   Fri Mar 30 08:49:18 2012 -0600

    Duda: apply restriction for number of method parameters
    
    This patch looks after the restriction on the max permissible length
    of every parameter.If a parameter value exceeds the max length it
    duda_request_parse returns -1 and an appropriate message is shown
    on the terminal when in the TRACE mode.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit bc530876e840ece9316010e386b3169c5d4d0949
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Mar 27 23:23:24 2012 -0600

    Scheduler: optimize connection queues
    
    This patch does a great improvement in terms of performance. When
    a write event is triggered the scheduler is invoked to verify if the
    connection already exist or if it refers to a new one.
    
    The past scheduler implementation had a fixed array per thread with
    slots for a number of (sched_connection struct * worker_capacity). The
    main problem was that when many connections were active, do a sequencial
    search was very expensive due to the fragmentation originated by the
    'status' field of the the sched_connection entries in the whole array.
    
    In the mailing list, developers were discussing a better approach to
    register a new connection and Max mentioned that having two queues of
    connection could improve something and be more clean.
    
    This patch applies the "two queues" idea proposed to the scheduler but
    improving not only the connection register, also improving the hard lookup
    when the write event is triggered, the new mechanism is as follows:
    
       struct sched_connection {
          ...
          mk_list busy_queue;    /* active sched connections */
          mk_list av_queue;      /* available sched connections */
          ...
       };
    
    Comparing and profiling with valgrind/callgrind we get the following
    performance results:
    
             Function name               Inclusive Cost    Self Cost
             -------------------------------------------------------
     old ->  mk_sched_get_connection()       10.63          10.63
     new ->  mk_sched_get_connection()        0.86           0.86
    
    The new mechanism optimize the scheduler connections lookup in a 90%!,
    conclusion?, good public discussions get great ideas :)
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 58fe4349b558159c356fc9a3b0b4a023dd5ed085
Author: Torsten Pfüller <torsten.pfueller@message-people.de>
Date:   Mon Mar 26 11:57:39 2012 -0600

    config: fix some memory leaks
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 6bb902569b3080f9d41aa83b6fa812e66d58d56c
Author: Sourabh Chandak <sourabh3934@gmail.com>
Date:   Sun Mar 25 21:14:07 2012 -0600

    Duda: modifed sample webservice for better string handling
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit ed0ffeda9e5a8e6469013620753dfbbef1ffd169
Author: Sourabh Chandak <sourabh3934@gmail.com>
Date:   Sun Mar 25 20:57:14 2012 -0600

    Duda: added duda_structure type variable to duda_request and related methods
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit b3bab756c41549de4fa9d12878a0d41a714567f1
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Mar 25 13:33:41 2012 -0600

    Duda: move params interface to a duda_param.c file
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit e265d90acb21f9bb1acca9cf2c0564cc23f29783
Author: Lauri Kasanen <cand@gmx.com>
Date:   Fri Mar 23 17:42:38 2012 -0600

    scheduler: Use atomic writes in register_thread
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 437786e4d04eba98e8b2d8c73decee852a5400f7
Author: Lauri Kasanen <cand@gmx.com>
Date:   Fri Mar 23 17:38:44 2012 -0600

    clock: Initialize the _current_time variables
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit d1cf22e74a0794e464a5e62ace20ac6cb9d56597
Author: Lauri Kasanen <cand@gmx.com>
Date:   Fri Mar 23 17:23:45 2012 -0600

    scheduler: Do atomic writes for active_connections
    
    This fixes the bug under extremely high load.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit c5eebd8b4da2924f1ddda86ecd33cddb693c37e6
Author: Lauri Kasanen <cand@gmx.com>
Date:   Fri Mar 23 16:49:39 2012 -0600

    threading: Use thread-safe time functions
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 290717de95dc276e4108d6f9bbe5e1d546593d79
Author: Lauri Kasanen <cand@gmx.com>
Date:   Fri Mar 23 16:48:14 2012 -0600

    threading: Do atomic writes in the clock thread (gcc-specific)
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 9a2b826e119513835ed65b63dbdf0bc78ab536fe
Author: Lauri Kasanen <cand@gmx.com>
Date:   Fri Mar 23 16:42:52 2012 -0600

    messages: only print colors to terminal
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 512c6c898dd1778a0aa7819231e8f42bcb9751c9
Author: Lauri Kasanen <cand@gmx.com>
Date:   Fri Mar 23 13:09:27 2012 -0600

    header: move mk_bug() check before iov_*() call
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit dd092f94a0083dbbf6d423ccbeec750f8f544825
Author: Lauri Kasanen <cand@gmx.com>
Date:   Fri Mar 23 13:06:57 2012 -0600

    config: enable GNU extensions to get isblank()
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 614dbdde7c988bdffd163769ff6b67d821e6aeb2
Author: Lauri Kasanen <cand@gmx.com>
Date:   Fri Mar 23 13:05:36 2012 -0600

    git: Update .gitignore to match all generated files
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 0cbbc480e66bc52a794d8cdf2963fdb68e1b331c
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Mar 23 13:03:49 2012 -0600

    Duda: SQLite: update API, new methods to retrieve column values
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 0c9cad07f5a2cce4905a27d52c1b425766ad44e4
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Mar 22 20:14:22 2012 -0600

    Duda: SQLite: new sqlite_handle_t data type
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 35fbe01f79d132305343ee360f3eedac2239d082
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Mar 22 19:08:27 2012 -0600

    Duda: SQLite: rename method step() to fetch()
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 8bdad89a66e5529aedf558b1438b1c7d1c87fa86
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Mar 22 14:50:50 2012 -0600

    Request: fix memory leak when invoking premature close
    
    When premature close was invoked, it requested memory for a temporal
    session_request. On this condition that memory block was never freed.
    
    The patch drops the mk_mem_alloc() call and just link the temporal
    session_request pointer to the sr_fixed field from the client_session
    struct.
    
    Thanks to Felipe Astroza for report this issue!
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 7c75f3547d114bed39b52edc63f1791cad681c7e
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Mar 22 13:39:41 2012 -0600

    HTTP: fix keep_alive initial value on session_request
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 53650ac48a163f95eefb10abee9680be9b7a087b
Author: Sourabh Chandak <sourabh3934@gmail.com>
Date:   Wed Mar 21 23:16:20 2012 -0600

    Duda: add new 'params' object to handle parameters
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 841c6607eec2db8084043df5d8fb54129bd5c269
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Mar 20 22:01:40 2012 -0600

    Duda: SQLite: new dump() and done() methods
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 697ab06e2f28597a475a8db212bffc8b73c268ae
Author: Mahesh Gondi <mashf13@gmail.com>
Date:   Tue Mar 20 12:49:44 2012 -0600

    [PATCH] utils: deprecate err(), use mk_err() as it should
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit afb82edd01846e3f65d9f60110bc556ed70d006c
Author: Sourabh Chandak <sourabh3934@gmail.com>
Date:   Tue Mar 20 08:23:14 2012 -0600

    [PATCH] Duda: examples: improved json example
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit a6f4f43673e3ed98d4c337d3f07d37cfb3792354
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Mar 19 16:28:45 2012 -0600

    Duda: SQLite: callback now gets 'struct sqlite_cb_data' as data
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 3fb9eee764c98e803038e509302d8558c383d203
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Mar 19 09:25:38 2012 -0600

    Duda: examples: fix Makefile paths
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 08e3e0be5e8318640a085d556793931ed42fc681
Author: Felipe Astroza <felipe@astroza.cl>
Date:   Mon Mar 19 09:22:15 2012 -0600

    clock: Comments added and indentation fixes
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit ff8fd67dd32976e156b55c55bf9ca7ffbf1e8354
Author: Felipe Astroza <felipe@astroza.cl>
Date:   Mon Mar 19 09:20:57 2012 -0600

    clock: improve time strings concurrent access
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 2a60a7ba8e6f358e0485c89cae7306ba14214a20
Merge: a5e22aa d2696fe
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Mar 19 09:15:16 2012 -0600

    Merge branch 'master' of ssh://git.monkey-project.com/srv/git/monkey

commit a5e22aa45db79eec35c85739de75ddd0efccb4b4
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Mar 19 09:14:45 2012 -0600

    Duda: examples: add json loader
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit d2696fe56f8347f324cd5057634c0172785e685b
Author: Davidlohr Bueso <dave@gnu.org>
Date:   Mon Mar 19 14:29:33 2012 +0100

    iov: remove bogus variable initialization
    
    There's no point setting up an initial variable value when it is replaced right away, it wastes cycles.

commit 93e9510343395a9ff24407cdcd8b01131099c1a5
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Mar 18 23:51:21 2012 -0600

    Duda: fix Makefile.in in packages
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit a58f49525992526a4f20afdbcf8a4ced0c521719
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Mar 18 18:02:26 2012 -0600

    Duda: SQLite: add callback support to sqlite->exec()
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 730354399b181815d04e0b715150b04a3612672c
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Mar 18 15:45:13 2012 -0600

    Duda: SQLITE: deprecate content of sql_init() routine
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit acce61d8fae4c15a5cc86a80a2640711f4b0eb89
Merge: 76c5d4a cb1b1ee
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Mar 18 15:15:50 2012 -0600

    Merge branch 'master' of ssh://git.monkey-project.com/srv/git/monkey

commit 76c5d4a142e74d8fe942f2c5d5af697c058ec6ee
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Mar 18 15:15:23 2012 -0600

    Duda: SQLITE / delete hidden file
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit a4979060b2226afce6331da2b38dca141c45e225
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Mar 18 15:14:52 2012 -0600

    Duda: new SQLITE package
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit cb1b1eea50060808320ce68c2870d14979214755
Author: Davidlohr Bueso <dave@gnu.org>
Date:   Sun Mar 18 17:38:49 2012 +0100

    overwrite pidfile upon SIGKILL
    
    With the pidfile as a write-lock, SIGKILL does not remove the file
    and causes the next execution of monkey to abort as it cannot open
    the existing file. Solve this by unlinking it before opening it if
    the file is already there (from the previous run).

commit 60b6303aedceeafd12867fa5bc2bfe73a8bb4ce8
Author: Davidlohr Bueso <dave@gnu.org>
Date:   Sun Mar 18 14:54:05 2012 +0100

    monkey: core: lockup pidfile
    
    The pidfile that is created when monkey is started should, as its exclusive nature requires,
    be locked against other processes's that might attempt to write over it. Create a POSIX write-lock
    for this, as shown by lslocks(8):
    
    $> lslocks -p 15676
    COMMAND           PID SIZE ACCESS M START END PATH
    monkey: server  15676   5B WRITE  0     0   0 /home/dave/projects/monkey-dev/logs/monkey.pid.2001

commit fcd3b9a26f0b45c6b748384d3058f9270a763102
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Mar 17 23:51:10 2012 -0600

    Duda: deprecate crypto routines
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 92ddb8d358f7ff4f06256eae788e428d4ca3f88c
Author: Felipe Astroza <felipe@astroza.cl>
Date:   Sat Mar 17 20:15:38 2012 -0600

    core:time string sizes constant replaced by macro definition
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 25c43e80ef70a5be53cefd2aa53450b18055b63f
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Mar 17 18:12:05 2012 -0600

    Duda: new base64 package
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 74a2e71006a6c5fa1555bcb3914fe52b5eba54e5
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Mar 16 10:21:07 2012 -0600

    Duda: new packages support!
    
    This patch adds a new packages mechanism, so web services can
    request to Duda to load specific packages/objects.
    
    The first package available with Duda is JSON, so to add JSON
    support to a web service, it will take two steps:
    
      #include "packages/json/json.h"
    
      int duda_init(struct duda_api_objects *api)
      {
          ...
          duda_service_init();
          duda_load_package(json, "json");
          ...
      }
    
    The duda_load_package() call takes two arguments, the first one
    is the package object which expose the API calls, the second is
    the name of the package.
    
    The packages lookup takes place in duda.conf file under the configuration
    key 'PackagesRoot'.
    
    Now the fun begins :)
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit da5cecae409761582207c07f115f4d1ed15ae3e7
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Mar 14 23:05:04 2012 -0600

    Duda: link to libmath '-lm', required by cJSON
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 4f0b80c677818ed54a18fae7c3931477b928c5dd
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Mar 14 16:59:55 2012 -0600

    Header: fix memory leak when extra_rows are set by the API
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 7857513b51d0c021d650189fe82d116f18679ef7
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Mar 10 23:01:36 2012 -0600

    Duda: check interfaces and methods string length
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 6ce9948ae08c6a4499d8a5ab8246f447a791ee31
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Mar 10 20:37:09 2012 -0600

    Duda: validate wrong services path
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit b9ab3c926f5e65a0ef8054cb97184daeab53eb5f
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Mar 10 13:19:28 2012 -0600

    Configure: do not install not compiled plugins
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 4ac2b2a2cbf8422a550a8d24594f4bc376fa1d9f
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Mar 9 22:04:55 2012 -0600

    Configure: tweak compiler message
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 3d024c987071bb35e60878000b1c7297c50bb622
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Mar 9 17:04:58 2012 -0600

    Duda: update Makefile.in
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 106de2c80f62b04c1f305fe6a6a5389f429a519f
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Mar 9 16:56:58 2012 -0600

    Duda: new global variables support
    
    In order to create a global variable in your service:
    
    1) Define a global variable as any C global var:
    
        /* define variable */
        duda_global_t my_variable;
    
    2) Declare the variable as global for Duda, you need to do this
       inside the duda_init() call and after duda_service_init():
    
        /* initialize variable */
        duda_global_init(my_variable, NULL);
    
    3) Optionally, you can initialize the variable with a defined value,
       this is done using a callback function, so you could do:
    
        /* define variable callback */
        void *cb_global_myvar()
        {
           void *mem = malloc(16);
           return mem;
        }
    
        /* initialize the variable with the callback */
        duda_global_init(my_variable, cb_global_myvar);
    
    4) Inside the services callback for each method you can retrieve or
       set a new value for each one using the global object:
    
        global->set(my_variable, some_value);
        global->get(my_variable);
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 8f37d029001b157ef47be5ad7cd4209ea258cd42
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Mar 8 08:51:24 2012 -0600

    Duda: fix bad object name in Makefile.in
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit d38824c7b6e33ea3aca3c291c05b5496ce8d89cc
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Mar 7 22:48:13 2012 -0600

    Duda: add JSON support
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 80de9a781787a04ff5d8b5bac69cf67a3f304464
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Mar 6 22:56:43 2012 -0600

    Duda: new crypto object with base64_[en|de]code support
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 266a9b3469bc707c90b37dc08c16af1acf077e4a
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Mar 6 22:07:11 2012 -0600

    Configure: recursive search for Makefile.in in plugins directory
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 605a3690b533cf82bf7a0b6279a008b31dbf41a8
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Mar 2 10:47:08 2012 -0600

    Duda: add Makefile.in to examples/
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 2bfd63c43a54a274a36f6200e513a1123952d832
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Mar 1 21:58:47 2012 -0600

    Duda: new response->sendfile() method
    
    the sendfile() method send a complete file in asyncronous mode using
    the Monkey socket_sendfile() api.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit ef1dac2dabd2c8fc74fbc1d88babbdfdc028bdfe
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Mar 1 19:51:46 2012 -0600

    Duda: prefix filenames
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 6bbbf5672c78bdf9d97b06bc8dcbb24071ac5818
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Mar 1 19:02:14 2012 -0600

    Duda: on response end, use service_end() properly
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit f7fbad6848c8f40a576ba8d86b629b967ba77170
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Feb 29 22:26:26 2012 -0600

    Duda: complete queue_flush() and free resources
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 680c9771abe513ea620d3413838e0ebb276a2184
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Feb 29 20:08:16 2012 -0600

    Jump to v0.99
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 87cc2365e3c87ccf7317176069656d24291bf434
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Feb 29 19:39:27 2012 -0600

    Macros: fix mk_bug() w/stacktrace
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit c7ba6efd915c1d52cf2d4ff245f8340ab4466650
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Feb 29 19:38:34 2012 -0600

    Duda: queue_flush
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit f41f22c500fda4161f98586865b95f4315fee8e3
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Feb 28 23:48:30 2012 -0600

    Duda: initial implementation of output queue
    
    This patch add a new way to handle the output data. All new output
    request are linked to dr->queue_out and handle in async mode in order.
    
    New files have been added: queue.c & body_buffer.c (and it headers)
    
    The queue.c file represent the queue management routines, the body_buffer
    stuff represents the the strings output: response->body_write().
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit caf6e49f0a6f6955398136b2f5cd588d7ba1184d
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Feb 27 21:38:11 2012 -0600

    Request: on trace mode do not use cs->socket
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 9bd31cbb12fe0d42b96bc752360bd8357abfca57
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Feb 26 23:31:18 2012 -0600

    Duda: events_write management
    
    The framework now supports handlers for the write events, so it
    can send multiple data buffer and close session properly.
    
    Other improvements:
    
      - Added a callback to response->end(..., callback_func)
      - Content length is sent on every response
      - Free allocated resources when the Duda request ends
      - Events write: register / unregister
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit e12777ce010909b792465b2ff258b9c6b3053904
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Feb 26 11:15:06 2012 -0600

    Duda: body_buffer adjust to asynchronous mode (event oriented)
    
    When writting the body_buffer, due to the asynchronous sockets mode,
    less data than the expected can be written, so Duda must catch up this
    behavior.
    
    This patch makes to adjust an offset in the body_buffer, as well it
    register a callback with the write events triggered by the core of
    Monkey, so in the next event calls it sends the pending data.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 65a4c25dffdc55efd86816a4628c5b61e25149e3
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Feb 25 21:27:54 2012 -0600

    Macros: print stacktrace when mk_bug() is called
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 4b4efc5011f84ce31211a869cc9c857cb41daf94
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Feb 25 21:12:45 2012 -0600

    Duda: body_flush set offset when data sent is less than total
    
    If the socket_sendv() function wrote less data than the total instructed,
    it reset the iovec struct and perform an offset operation for the available
    iovec entries setting length=0 and adjusting iov_base if required.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 5e60aaff9a6eeef5222befca2a68e873ef11f714
Author: Davidlohr Bueso <dave@gnu.org>
Date:   Sat Feb 25 23:37:48 2012 +0100

    add stacktrace output
    
    Add a stacktrace output for debugging purposes in both the plugins API and
    the SIGSEGV handler.

commit cfa10482915871a696e4bbbac1d6eaeca14f18e9
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Feb 24 16:06:11 2012 -0600

    Duda: body_buffer now uses Monkey iov struct to store buffers
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit be74d947e7aba560171dc0c22f4e38eddf2c5b24
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Feb 24 15:58:32 2012 -0600

    iov: fix realloc new pointers
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit e98e97afbc830e521fff3294e38625aea9e25cf8
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Feb 24 15:50:50 2012 -0600

    iov: new mk_iov_realloc() call
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 283c7df870c6c1b7eec3b0d61a9bb071281cb2f1
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Feb 24 15:32:41 2012 -0600

    Duda: new response API object
    
    the response API object expose methods to configure and perform
    a response of data to the client, this patch implements the following
    methods:
    
      - http_status: set the response HTTP status
      - http_header: add a new HTTP response header
      - body_write : write content in the body part of the response
      - end        : finalize the work flushing data as required
    
    This patch also implements the body_buffer concept. Each duda_request_t
    have associated a 'struct iovec *' array which is used by body_write()
    to perform socket writes. These writes are asynchronous and done when
    the callback is ending, leaving Duda and Monkey Core to handle the
    output data.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit cd91d10faa7ef3a0d680968a2d97d2b010885fa6
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Feb 23 23:57:02 2012 -0600

    Duda: hello service rename callbacks
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 7d3c2c477be9bc8da8e29bf5e2dc3336a3573661
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Feb 23 23:53:33 2012 -0600

    Duda: callbacks working
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 41bf469a405a7beab1c92a443685b24ea91c26e0
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Feb 22 23:39:47 2012 -0600

    Duda: parse request routine
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit cceb21fd529dd9432b4b13ba7230664e20563896
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Feb 21 21:59:22 2012 -0600

    Duda: match web service app with request URI
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit fd95b4897f1c96bba3248f44522a5634529c67e0
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Feb 20 23:31:00 2012 -0600

    Duda: new API objects
    
    Duda framework now export four pseudo-objects for the webservice usage:
    
      - monkey: core monkey API methods
      - map   : methods to define the webservice URI map
      - msg   : messaging object (info/warn/err/bug)
      - debug : debugging methods (not yet implemented)
    
    Each object contains N methods which can be invoked like:
    
        msg->info("some message");
    
    The API is still in a early state and it will implement more features
    in the next commits.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 07b0435cbc22d2d3eba5bdb54c3aeba7f2e7576f
Merge: 48882ee 6f4a9b9
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Feb 20 11:54:08 2012 -0600

    Merge commit 'v0.33.0'

commit 6f4a9b9534d624a27fa848719383b7c5cc759e77
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Feb 20 11:49:26 2012 -0600

    Monkey 0.33.0

commit 6eeba30564bf31e17e180c4fe23de267bbc74501
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Feb 20 11:49:20 2012 -0600

    Config: fix mk_bug() alert when reading a vhost file
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 48882eef8b690e76091ee83b850113cc2006d27a
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Feb 20 11:47:13 2012 -0600

    Duda: checking hooks references
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 0db7753218ed1f8a39b6aa7ad78e3094faae9eeb
Merge: 6287750 85b9ac2
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Feb 17 22:59:09 2012 -0600

    Merge conflicts
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 85b9ac2e267448960ee11ec5c2849f8d1031c194
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Feb 17 22:55:28 2012 -0600

    Duda: initial API object
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 78cec1ffe2c1d3ef7f3533ac979945f78fcc309f
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Feb 17 21:27:59 2012 -0600

    Duda: load service libraries
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 79a8edd9ed782d8ef38f69999948f45116f273e7
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Feb 16 19:55:39 2012 -0600

    Duda: add example service
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 6287750ae1fe4c801c83fbc4175a61f0f6fbf557
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Feb 16 19:52:06 2012 -0600

    Duda: add example service
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit e83477dccaa5d080a7aaa9737e92d15bc7c633cc
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Feb 16 19:51:42 2012 -0600

    Duda: add webservice API files
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit a451185ef30de2c68649d92f18e57fb7dfb14e23
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Feb 14 10:12:41 2012 -0600

    README: update project basic info
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit fc3f4c71f02bdd16fd20db7bcb1847f2d28fb315
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Feb 14 10:02:21 2012 -0600

    Duda: plugin is licensed under LGPL v2.1
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 8ca25f97ffbaefabde23e58a7b938045d62f8f87
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Feb 13 21:55:00 2012 -0600

    Duda: web services framework
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 6ef849fde878164c90d09111d8807e56dd7bb625
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Feb 13 21:13:50 2012 -0600

    Liana_SSL: count number of Bazingas
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 62a778c302e18df0fe4dd10daa515fc2d2a72e39
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Feb 13 21:01:55 2012 -0600

    Macros: fix return value for mk_is_bool()
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 307261c25e1857591d7faa49f04be56e7937064a
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Feb 13 20:27:38 2012 -0600

    Macros: new mk_is_bool() macro to evaluate booleans
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 7e07cc54b6536af38ae9b7255cb3c82d1aada392
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Feb 9 16:08:46 2012 -0600

    Monkey 0.32.0

commit 7b941b3f22e4dc39a0fab564eda5f86002a6f837
Merge: a2ff857 041f314
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Feb 9 16:08:31 2012 -0600

    Merge conflict
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit a2ff857f891e8f7cfdea5c3418962da957744664
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Feb 9 16:06:50 2012 -0600

    Monkey 0.32.0

commit e55d571e11bc333fa6e5e6ee3de8cb95e1947fa6
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Feb 9 16:05:30 2012 -0600

    Debian: update rules and install data files
    
    the debian package now install the htdocs files under:
    
       /var/www/monkey
    
    The version also has been updated to 0.32 in the changelog
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 041f3146c6a2db4cd2a1cbf0899cbfc6bc355d63
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Feb 9 15:38:53 2012 -0600

    Monkey 0.32.0

commit 898d00f874831ca1887570441552fbf19db4ad88
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Feb 9 13:06:15 2012 -0600

    Distribute binary script added by plugins
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 07bb5f297ddd6eb0844a01a09e2da39e6d163084
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Feb 9 12:58:22 2012 -0600

    Update Copyright year
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 1148ee03422d3c04da70227e358eb7a971497e83
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jan 26 23:51:04 2012 -0300

    Cheetah: default to Server mode
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit e1106921235795817c84b16807e3768d58ac8003
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jan 26 23:11:09 2012 -0300

    Cheetah: adjust worker ID
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 896127b0928027bca4ca2597cd983c6a7ab611ca
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jan 19 12:57:11 2012 -0300

    Workers have names
    
    Since now all monkey threads (Linux tasks) have set a human readable name,
    this has been done using the prctl(PR_SET_NAME,...) syscall.
    
    You can use 'ps' utility to check the tasks in question, eg:
    
       edsiper@monotop:~$ ps -L -p 16058
         PID   LWP TTY          TIME CMD
       16058 16058 pts/2    00:00:00 monkey: server
       16058 16059 pts/2    00:00:00 monkey: clock
       16058 16060 pts/2    00:00:00 monkey: cheetah
       16058 16061 pts/2    00:00:00 monkey: logger
       16058 16062 pts/2    00:00:00 monkey: wrk/0
       16058 16063 pts/2    00:00:00 monkey: wrk/1
       16058 16064 pts/2    00:00:00 monkey: wrk/3
       16058 16065 pts/2    00:00:00 monkey: wrk/2
       16058 16066 pts/2    00:00:00 monkey: wrk/4
    
    If you use 'ps' with common arguments you will not realize this change
    as 'ps' primary looks for the command line in procfs for each task, you
    have to use the '-L' argument to get details of the process tasks.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 424217adc5555c0e54acfeffdef264d4d7448870
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Jan 17 10:38:21 2012 -0300

    API: drop ip_str plugin struct field
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit dfc6ce449c32281e09dacab38c44526ce844c681
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Jan 17 10:14:26 2012 -0300

    Config: do not cast to size_t
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 8eb0a3489013acb73d34da240903d071b8771844
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jan 16 15:39:48 2012 -0300

    Plugin: drop deprecated ip_str function hook validation
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit c63148843a62e747d9d52a01a0bcdc76ba4445b7
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jan 16 15:39:14 2012 -0300

    API: drop (void *) casts
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 592389eabd99a7eb0429ab1944ec153c6a4db0b6
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jan 12 10:25:24 2012 -0300

    Monkey 0.31.0

commit b43b743905349d226a3eeaff34178e3d42dc7938
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jan 12 10:25:09 2012 -0300

    Update MONKEY_MINOR version to 31
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 0b7d5c5ab20b2ffb5fb40f23801a2e03b8cbe328
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jan 11 18:10:13 2012 -0300

    Palm: use new socket_ip_str() API call
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 69d630cbb649cfa74e4a81c7b0e6c38784d4dbe1
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jan 11 16:21:16 2012 -0300

    Socket: mk_socket_ip_str() accepts input buffer
    
    The function which format IP strings was allocating memory buffer
    for the string, this patch makes the function to accept an input
    buffer so the caller must care about it.
    
    Also this patch modifies the logger plugin to use the new API of
    the function in question. Now it uses a thread key to hold the
    buffer in memory used to format the IP string, it should be
    a little bit faster now.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit e8f33a8ecfdcb71336afd0cc54bb4c65eab982f6
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Jan 10 15:57:57 2012 -0300

    Logger: fix memory leak on ip_str buffer
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 901ca276f3b64e42882e00b30a2ff3d41a27c422
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Jan 10 15:43:30 2012 -0300

    Liana_SSL: deprecate _mkp_network_io_ip_str()
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 34572c8ae18199611ceaf3919631e80f452e4714
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Jan 10 15:43:10 2012 -0300

    Liana: deprecate _mkp_network_io_ip_str()
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit daffacfa85039688965a9dd9f47cd196ebfb4a30
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Jan 10 15:40:54 2012 -0300

    Socket: move socket_ip_str to core interface
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 2d608e5c9556cd201fe72b6db1c416f74452d6c4
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Jan 7 22:15:55 2012 -0300

    Config: add details for IPv6
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 95ef0f616c4b25ce4fde895aab33eb4670de6585
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Jan 7 12:12:53 2012 -0300

    Logger: fix fake consuming, perform when the buffer is full
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 4f00640fd82912f5560cbe13a75eee873df8bfc6
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Fri Jan 6 13:28:52 2012 -0300

    Liana_ssl: Replicated the fix of Liana because it was happening here too

commit 72a9a427bf5a8e646a8c630def85f3c94aed2db5
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Fri Jan 6 13:28:25 2012 -0300

    Liana: Fix bug #111 reported on the bug tracker of monkey

commit c59682e46d6831ceec219103d37578ad71dee8e4
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Jan 1 10:21:25 2012 -0300

    Monkey 0.30.0

commit d8035ebcbf071c8e59d87ff4857d163888239f12
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Fri Dec 23 11:27:22 2011 -0300

    Liana_ipv6: Plugin deprecated since we have the IPv6 support integrated in liana plugin

commit 291356eb23d8db491b85b69dc7aafaaefa55bba7
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Thu Dec 22 10:18:32 2011 -0300

    Core: Fix mk_string_trim() it doesn't segfault when we pass a string with lenght 0

commit 4b5327dd99e431803bfd522d9d2889a06a98536a
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Thu Dec 22 10:18:03 2011 -0300

    Liana: Fix some warnings

commit 2cc17fdba1c174fa50f22f6b4d8d6200b8736437
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Wed Dec 14 20:04:54 2011 -0300

    Palm: Fix it to fit the new network layer

commit f97f0932e84f0933898f9f4320b4f64ac6eb6896
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Wed Dec 14 20:03:51 2011 -0300

    Liana_ipv6: We don't need it anymore for the moment

commit 6227a44a8b36ebfff81f8b256543f8aa710334cf
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Wed Dec 14 20:03:04 2011 -0300

    Liana_ssl: Use the same way as liana to connect using ipv4 or ipv6

commit 5d38843cd1abecda7ad1a86f8deb6f870730791a
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Wed Dec 14 20:02:07 2011 -0300

    Liana: Fix network layer to use ipv4 or ipv6 according to configuration values in monkey.c

commit c9b217fa0e9f1c8b178c6d792759ca1fbaa6ef79
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Nov 15 14:36:47 2011 -0300

    Fix double-free() on client_session when keep-alive is off
    
    When KeepAlive feature is set to off, Monkey was doubling free
    the client_session struct, this was done in mk_http_request_end()
    and also in mk_conn_write().
    
    The patch removes the explicit free in mk_conn_write() and let
    return mk_http_request_end() the final status.
    
    This issue was discovered and initially fixed with a patch
    provided by "hio_ <trustthesky@gmail.com>". This new patch
    handles the conditionals in a different way.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 0cdb0e6a3513af5b1817031bf467e174a2d5e49d
Author: hio_ <trustthesky@gmail.com>
Date:   Tue Nov 15 13:22:58 2011 -0300

    Fix session_request buffer size when using dynamic memory
    
    If the request is greater than the initial 4KB allocated, Monkey
    allocate/reallocate space in the main buffer to continue reading
    the incoming request, but when the buffer is full it was writing
    a NULL byte outside of the buffer size, issue detected with
    valgrind:
    
    ==25232== Invalid write of size 1
    ==25232==    at 0x4045AE: mk_handler_read (mk_request.c:602)
    ==25232==    by 0x40A3AC: mk_conn_read (mk_connection.c:64)
    ==25232==    by 0x40886E: mk_epoll_init (mk_epoll.c:98)
    ==25232==    by 0x408E4E: mk_sched_launch_worker_loop (mk_scheduler.c:196)
    ==25232==    by 0x503AEFB: start_thread (pthread_create.c:304)
    ==25232==    by 0x533189C: clone (clone.S:112)
    
    This patch add one extra byte to the buffer size.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 8b04e9377769835ee96a09cf8d027ac0b75b0d96
Author: hio_ <trustthesky@gmail.com>
Date:   Tue Nov 8 17:20:47 2011 -0300

    Fix unitialized mk_pointer passed to string builder
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 9dddd9b5c31ad34828fac1d2061daf204b1f4c96
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Nov 8 11:49:26 2011 -0300

    Fix trace messages
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 0b1eb127830ac5ae90e14c3a839b2a93f93c8e55
Merge: 8b55d76 c83ee4d
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Nov 8 11:23:22 2011 -0300

    Merge branch 'master' of ssh://git.monkey-project.com/srv/git/monkey
    
    Conflicts:
    	plugins/liana/liana.c

commit 8b55d769beba5dafd29f2a7bb002fe80d5b94182
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Nov 8 11:19:29 2011 -0300

    Server: check server load versus capacity
    
    Now monkey checks the server load when a new connection arrives,
    if this connection reach the limit of the current capacity, the
    socket will be closed.
    
    This patch also fix a trace messages.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 2a80e9f245a71a22bc08fa7e71b859df9951fc17
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Nov 8 10:40:17 2011 -0300

    Liana: do not print error when socket is unavailable
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit be830e0f8a4c5a53ba29abf1792247f81335b8ed
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Nov 8 10:31:00 2011 -0300

    Scheduler: do not print warning message on error handler
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit c83ee4d9bbe9bcc4bebac37eb8c72595fbbd5496
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Sat Nov 5 11:54:24 2011 -0300

    Liana_ipv6: Fix typo

commit afb799408661ccb68a89157c84edb7a0ee4c559d
Merge: bab5f54 c990a23
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Sat Nov 5 10:42:23 2011 -0300

    Merge branch 'master' of ssh://monkey-project.com/srv/git/monkey

commit bab5f5455b782fb3f2f1c453ee68b68fee499a66
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Sat Nov 5 10:42:02 2011 -0300

    Liana_ssl: set ip buffer to zero

commit c990a239aff0b90852554d5a24e6017ceba5311f
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Nov 4 22:52:06 2011 -0300

    Liana: set IP buffer to zero
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit bae55109d52fc3aa4c28eeb587b4e731d7518bfa
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Nov 4 22:51:48 2011 -0300

    Websockets: force payload size
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 11fc3723601ebc0fcada915440d436925829e8b3
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Fri Nov 4 18:45:21 2011 -0300

    Liana, Liana_ssl, Liana_ipv6: free the memory for the ip text from if it returns null

commit bec53b2586f621fc937b957c080e8d0f33edc2f9
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Fri Nov 4 10:16:44 2011 -0300

    Liana_ssl Fix plugin to match the new network layer model

commit b4dd7ce18a1d73fd74f77aa9a974bc6ba0f2f515
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Fri Nov 4 10:15:48 2011 -0300

    Liana: Fix some arguments problem in _mkp_network_io_accept()

commit 744bbd269cd4a0f288b5721a8cba2d2e00108fdc
Merge: 3fcd8d3 801f773
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Fri Nov 4 09:50:01 2011 -0300

    Merge branch 'master' of ssh://monkey-project.com/srv/git/monkey

commit 3fcd8d30bd498a2d3cf7d0a5bab507f4655e2fb4
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Fri Nov 4 09:46:43 2011 -0300

    Liana: Fix bug remained of the latest network layer fixes

commit 801f7737dbf823b56896a3245144d8d0821b2fda
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Nov 3 23:36:44 2011 -0300

    WebSockets: Initial plugin import
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 138f68e2aeb622a7c3a55f16ac593e3c08b30349
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Nov 3 22:44:21 2011 -0300

    v0.30 begins
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 629602272f8b8efd5f216d0cc8932e1bb0644a27
Merge: e7f3036 ad2f90a
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Nov 3 22:43:31 2011 -0300

    Merge branch 'master' of ssh://git.monkey-project.com/srv/git/monkey

commit e7f303637bed20f33d66e9898755c3182cd42870
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Nov 3 22:43:04 2011 -0300

    Session Request: add new connection field to the response header
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit ad2f90a2bdc0b175398ff5ddb327973e4dd69e0a
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Wed Nov 2 22:07:44 2011 -0300

    Logger: Use of the new function socket_ip_str() provided by the API to obtain the text form of the IP address.
    Mandril: Obtain the in_addr from the socket to use it. This propose some new issues like, should our network layer provide more info necessary for plugins like Mandril?
    Palm: Use of the new function socket_ip_str() provided by the API to obtain the text from of the IP address.

commit 3aab2cd6fc82c33bbf4a18cd06d308f308fa1790
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Wed Nov 2 22:02:51 2011 -0300

    Removed ipv4 element from struct sched_connections.
    Removed ipv4 element from struct client_session.

commit 53ab1b86e5e9a8ddcc74d922325943480dcc8c3a
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Wed Nov 2 21:54:30 2011 -0300

    Added new function to the network layer: mk_socket_ip_str(), for now this function will replace mk_socket_get_ip() but in the future it may be renamed to mk_socket_get_ip_str().
    Removed the old mk_socket_get_ip() to prove that no one use it.
    Removed the argument of type sockaddr and sockaddr_in in a few functions because they were unnecessary.
    Match new arguments in mk_server.c
    Liana: Added new function _mkp_network_io_ip_str() to provide the new required function.
    Liana: Clean all the functions that use arguments of type sockaddr and sockaddr_in to match new arguments.
    Liana_ipv6: Clean up of the code and removed some comment lines.
    Liana_ipv6: Added new function _mkp_newtwork_io_ip_str() to provide the new required function.
    Liana_ipv6: Clean all the funtions that use arguments of type sockaddr and sockaddr_in to match new arguments.

commit d97ff6ab7fddc0cae88dd26c318365735e07c948
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Wed Nov 2 21:46:27 2011 -0300

    Liana_ipv6: Fixed name of the so object

commit aa57e510f28e695ac6a6d045ea49f65a4f93ce6f
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Oct 31 18:30:12 2011 -0300

    Monkey API Manpage (draft)
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit ecdd29f441d6fec9ccc957cf1ef1173695770fb2
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Oct 31 18:17:41 2011 -0300

    mk_header_get() now use different parameters
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit e05ff7883af0b57e33e7c3af23f913b0e29cbea5
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Oct 31 13:02:57 2011 -0300

    Core/API: now support custom response status
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 8752906e72caf9c73472fe59a341cd00e8106263
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Oct 30 14:52:20 2011 -0300

    STAGE_30 plugins now can handle requests with unknown HTTP methods
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 33e546f4d5bed08279bf3aa2bafa9b2f8b9ed44a
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Oct 30 13:54:34 2011 -0300

    Listen for PUT and DELETE methods
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 98ffb705b7489d7fbd158ed01914496e7082294b
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Oct 26 14:13:32 2011 -0300

    Lists: fix mk_list_entry_next() macro
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 00fd080e47bd817a072311fdc946e951dedfba18
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Oct 21 13:31:40 2011 -0300

    Monkey 0.21.0

commit 78b750df798539a31ef36685857d3f44c68e8744
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Thu Oct 20 20:26:06 2011 -0300

    Liana_ipv6: Removed DISABLED since we don't need it but we want to aim users to use it

commit 58d23d4ad3cc68fa613edd6eabf27b8ada41696e
Merge: 667fc70 9a0289d
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Thu Oct 20 20:18:55 2011 -0300

    Merge branch 'master' of ssh://monkey-project.com/srv/git/monkey

commit 667fc70afcb8791db3876dda79a65903c7d1a4a2
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Thu Oct 20 20:17:55 2011 -0300

    Liana_ipv6: New plugin to support IPv6, very experimental but it can be used!

commit 9a0289d86d33a9684e871ca7f5b1ce84f2a3df5f
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Oct 14 08:37:38 2011 -0300

    Fix compiling issues
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit a72cea2c143de4fdb4c6d97e2676f0fa96104abf
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Oct 12 17:39:32 2011 -0300

    Monkey 0.20.3

commit 8014c83141c5cb9e6091b78571ab934473123bdc
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Oct 12 17:15:06 2011 -0300

    Debian: Add manpage
    Debian: Fix changelog
    Debian: Fix copyright
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 1862e52d967ceb173fa1915dac994836981da3c4
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Oct 12 14:52:52 2011 -0300

    update to v0.20.3
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 2026084af05646f8ffbad0795a6b354dc7395c75
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Oct 12 14:47:32 2011 -0300

    Debian: add monkey init script
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit bc3831ae4bfa5f3157ef6d1f398a4d60ebff704f
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Oct 12 14:40:19 2011 -0300

    Liana_SSL: auto-unload if the plugin is not being used as transport layer
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit d92ff319d01da216db2ad477d8370cc351166de0
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Oct 12 12:33:23 2011 -0300

    Debian: add liana_ssl
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit f938511e822140ee3887ba96e1edf99737bf7721
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Oct 11 23:27:27 2011 -0300

    Debian: cleanup
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 94b3ddaab676ae8092295b24a1464863b8ccc606
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Oct 11 23:26:14 2011 -0300

    Debian: add debian build script
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 7cb548202932581834a7ba1710652d30ae537e63
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Oct 11 23:21:10 2011 -0300

    Add Debian rules
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 511b95b91bb9ea65c9edb18972bf59d9e64adbf5
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Oct 10 20:48:26 2011 -0300

    Monkey 0.20.2

commit 5d4d8f87ba456706aeb9b2bf3f801f84bd979299
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Oct 8 21:56:43 2011 -0300

    Dirlisting: reduce one malloc and validate headers return
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 9950abe71bce2750c41cb9e829b18a81a1e34f90
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Oct 6 10:02:22 2011 -0300

    Logger: Redirect stderr to master log when going into background mode
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 6ac8ca050490f2f427ae9ee5a4fcff452228cf3c
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Oct 6 01:20:11 2011 -0300

    Logger: improve fake consumer
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit ff70e0ce84f9b5add3bb7e4bcd961357bc027e1d
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Oct 5 21:25:44 2011 -0300

    Logger: consume pipe end if cannot write to log file when the buffer is full
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 590725131767ff0160ec937c7a2d1df053379910
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Oct 5 19:52:56 2011 -0300

    Fix #80: Detect non-writable logfiles for logger plugin
    
    This patch does the following:
    
      - If master log file was defined and Monkey goes into background
        mode, the target file *must* be writable. Otherwise Monkey will
        exit.
      - Master log now is enabled by default.
      - Fix mk_print(), now it flush() the stdout.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit f4b290f856eebfc27a6085504c9f5b7b3c559e6d
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Oct 5 19:10:37 2011 -0300

    Update configure to v0.20.2
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 0dfdf9d5605cdd76ba7783413c97e165f912fb84
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Oct 5 19:09:34 2011 -0300

    Fi #78: Error in the balancing between workers
    
    This patch makes the scheduler to increment the sched node counter
    after the socket is added to the thread worker through mk_epoll_add().
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 8e283a0a6616866c503c4654327a45c320fc319c
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Oct 3 09:55:57 2011 -0300

    Monkey 0.20.1

commit e7822845c0eb2f4bb7276d21f95ad5bafc30c795
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Oct 3 09:49:06 2011 -0300

    Fix #75: Handle DT_UNKNOWN in struct dirent *ent->d_type. by Gatling
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit bb0bf026cc2aecf99309fef0b25b8d1e440b7a05
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Oct 2 23:49:10 2011 -0300

    Fix #74: chunked encoding in dirlisting is broken
    
    When HTTP/1.1 was used, dirlisting was counting the ending CRLF as
    part of the chunk length. This patch set's the proper chunk length
    and add the ending CRLF after set the chunk data.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 7a86a147021523d9c867c77f15b0467d93c8e699
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Oct 2 15:16:32 2011 -0300

    Dirlisting: use API mem_free instead of mk_mem_free()
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 5396125684ec6381ac53e2625b004e01d19867d8
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Oct 2 12:08:37 2011 -0300

    Fix #76: dirlisting returns nothing for HTTP/1.0 request
    
    When creating an 'iov' with mk_iov_create() and using an offset,
    the entries before the offset index were not set to len=0 and
    buf=NULL. This patch fix that issue and makes the dirlisting
    plugin work as expected.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit c265bb057482e39eab74646c8259615430efd0ca
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Oct 2 09:42:23 2011 -0300

    Fix ticket #77: 100% CPU usage after having broken connection
    
    When sending a static file content fails due to a broken
    connection, mk_http_send_file() now returns EXIT_ABORT to finalize
    the client session.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 5a3a09aa1660f0c34418ccba828c9199418f09b0
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Oct 1 01:38:19 2011 -0300

    Monkey 0.20.0

commit 05e5cb8fa4f1719d694c50c5f0af5c1bab954588
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Oct 1 01:32:39 2011 -0300

    Palm: improve buffer proxy handler
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit bbb2646a87db8356f26dd57406c40a795ea20c33
Merge: c0a4669 6fc7ae1
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Sep 15 23:04:04 2011 -0300

    Liana_ssl: fix merge conflict
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit c0a466945b0601675b0eddf416a8563155166bed
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Sep 15 23:00:34 2011 -0300

    Update favicon
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 10c3eb27f4f9719c030419fa7cef0b0d09815c0f
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Sep 15 22:59:04 2011 -0300

    Epoll: use level triggered mode
    Palm : use epoll level triggered mode
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 6fc7ae1e80a11417b3c8cf3c20578907113126b6
Author: Davidlohr Bueso <dave@gnu.org>
Date:   Sun Sep 11 16:40:26 2011 -0300

    introduce ARRAY_SIZE macro
    
    Compute the amount of elements in an array with this.

commit 08d915cdc61e44713ff4f0ccfbfe967632414d13
Author: Davidlohr Bueso <dave@gnu.org>
Date:   Wed Sep 7 12:10:12 2011 -0300

    unlink: check syscall return status
    
    This allows to unmask bugs.

commit d63e174440d4a0252979c8addf373ab4909bec46
Author: Davidlohr Bueso <dave@gnu.org>
Date:   Tue Sep 6 12:29:12 2011 -0300

    fix use before init
    
    When changing the process' user, we are setting resource limits with unitialized values, thus producing an error when calling setrlimit(2).
    We need to first get the limits, then reset them with the current = max value changes. This patch also does some trivial function refactoring.

commit abe748dd12da0475c760ecf30c9208339af5186f
Author: Davidlohr Bueso <dave@gnu.org>
Date:   Sat Sep 3 13:02:41 2011 -0300

    remove file boolean values
    
    There's absolutely no reason to have specific true/false values for file specific operations. Simply use those defined in mk_macros.

commit 0e04224b855b24c5508d7378c174be1c195c5eff
Author: Davidlohr Bueso <dave@gnu.org>
Date:   Sat Sep 3 12:57:19 2011 -0300

     correct time
    
     The month member of the tm structure (broken down by localtime()) uses the [0, 11] range. We need to add
     one to this variable, otherwise incorrect dates will appear:
    
     dave@offbook:~/projects/monkey-dev$ date
     Wed Aug 31 02:40:01 CLST 2011
     dave@offbook:~/projects/monkey-dev$ bin/monkey
     Monkey HTTP Daemon 0.20.0
     Built : Aug 31 2011 00:05:39 (gcc 4.5.2)
     Home  : http://www.monkey-project.com
     * Process ID is 9900
     * Server socket listening on Port 2001
     * 5 threads, 101 client connections per thread, total 505
     * Transport layer by liana in http mode
     [2011/07/31 02:40:10] [   Info] HTTP Server started
           ^^

commit bbfe65f3e0fa6fdfda96d06b21963bb6910405ff
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Mon Aug 22 16:00:29 2011 -0300

    Liana_ssl: Added MATRIX_HEADERS to the Makefile.in file, and removed MATRIX_LIBS from the objects line

commit fb8e8b153fac54fca73dbcdfafc367354cf29ac0
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Aug 20 17:15:03 2011 -0400

    Add missing headers: mk_socket, mk_signals, mk_server
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 6759f328634c1eb20bcd619524798f0e1baa82ca
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Aug 20 17:12:46 2011 -0400

    Add missing mk_string.h
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 8f03c0b52cc2aa9394b5fdd72997db56c3584af9
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Aug 20 17:12:17 2011 -0400

    Fix chunk size
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 805aff2c3dc19f3f5b571bfb0e405ac1d214e655
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Aug 20 15:50:05 2011 -0400

    Palm: do not use chunked transfer encoding on redirection status
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 0a73bb565e5861a3d16e590955c4c62ed849eff6
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Aug 20 15:27:01 2011 -0400

    Epoll: always process EPOLLIN or EPOLLOUT before EPOLLERR/EPOLLHUP
    Scheduler: on remove client, always close remote file descriptor
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 1f3ae21ddecd675cd16c330d6e032781692e22e1
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Aug 19 21:46:52 2011 -0400

    Fix inclusion header in mk_utils.h
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit df265fc456905e9dae15366307db60053863dcd5
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Aug 19 21:44:21 2011 -0400

    Prefix source code files and headers with 'mk_'
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit cd8fad5a5eeabf0f51894f2ab498eee12e638955
Merge: 0db9f4e 3a7a69b
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Aug 19 20:29:42 2011 -0400

    Merge branch 'sched_add_event'

commit 3a7a69bd940fd4432e0214edcb77e6a3205deaf6
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Aug 19 20:29:30 2011 -0400

    rename limits.h to mk_limits.h
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 202e2077b4861deac779a9631f4f0778f3480ee0
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Aug 19 20:28:48 2011 -0400

    New sched add event core
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 0db9f4e6417ac2b0cdad307b21bc6c374b5a24ff
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Jul 23 13:00:18 2011 -0400

    Rename limits.h to mk_limits.h
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 49e73b5fc5406dc19ae3be3e16ad9bbb6f9a36b7
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jun 30 16:11:21 2011 -0400

    New cycle: v0.20.0 - Maduro frito con queso
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit a72f658121900f75fc8e948e6d57903a1dff0392
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jun 30 13:58:51 2011 -0400

    mconf: add index.php to Indexfile by default
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit bb23d5f67b2c6da2f214287b319260fb9d35e015
Author: Christian Stankowic <info@stankowic-development.net>
Date:   Thu Jun 30 08:56:24 2011 -0400

    Banana: add missing 'status' command in help output
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 8bdbcc5009c4ecda0ae60089943a5a233a83f6be
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jun 29 08:51:12 2011 -0400

    Banana: add missing status command
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 8042b2a807fec6771e1209b78c64a5ca832ea150
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jun 29 08:46:49 2011 -0400

    Configure: add missing changes for banana script
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 34806c72b0e9a1ac310a0edd66e31829516b3714
Author: Christian Stankowic <info@stankowic-development.net>
Date:   Wed Jun 29 08:42:15 2011 -0400

    Configure: deprecate old cgi-bin stuff
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit af6230e1c64b5250eb7a00211b6cd75b1e85f789
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jun 29 08:33:39 2011 -0400

    Palm: use new IP mechanism
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit d6fce0889a3158dc4ba412b642a25738d7dfd1d9
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jun 27 12:15:48 2011 -0400

    Core: use epoll LEVEL_TRIGGERED mode
    
    Monkey events handler was using the EDGE_TRIGGERED (EPOLLET) for the
    sockets file descriptors, also doing an unnecessary ioctl() to FIONREAD,
    this was causing an extra load which can be avoided with LEVEL_TRIGGERED
    and doing some better handling of buffers to read() incoming data.
    
    This patch also fix an unset new_size counter when reallocating the read
    buffer.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 3dcf0ed8c84d0c4e2bc26ce01188d84b1f9498cf
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Jun 26 23:09:48 2011 -0400

    Auth/mkpasswd: fix password store when adding new users
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 60bff1488422cfe843213f74c4c3afa2cdb249f3
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Jun 26 13:10:18 2011 -0400

    Exit properly when TransportLayer is not defined
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 5f63717867ab301f47421492da575bf4aa2ba530
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Jun 26 12:46:37 2011 -0400

    Liana_SSL: memory copy of confdir parameter
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 177ff1a29afb90b234e9d5950b328167a7bf78ea
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Jun 26 12:43:03 2011 -0400

    Liana_SSL: fix liana_conf() parameter
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 297b2a7050e09aa0f7261d6f9b17ec74efc6d867
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Jun 26 12:41:26 2011 -0400

    Liana_SSL: main setup now is done in _mkp_core_prctx() hook
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 473b1db4542d351b6ed6af14c25230d9770ab57d
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Jun 26 12:03:07 2011 -0400

    New TransportLayer directive in monkey.conf
    
    This new directive provides to each [SERVER] section the capability to
    define which transport layer the core server will use. The value of the
    key is the shortname of one of the network I/O plugin defined in the
    configuration file plugins.load.
    
    Please check the following example for the file monkey.conf:
    
    To provide just HTTP use:
    
        TransportLayer liana
    
    To provide SSL over HTTP (https):
    
        TransportLayer liana_ssl
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 304e89e44c3a3505445ede1447cc56defd686bc5
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Jun 25 11:47:51 2011 -0400

    Cheetah: add active connections to worker command
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit fbdc9edf1cbeaa1a004001117a71eb57f620b031
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Jun 25 09:28:43 2011 -0400

    Logger: format IP address from network address in_addr
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 196e77cf51c8a05deefd65e6d822527700b997b4
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Jun 25 09:16:02 2011 -0400

    Scheduler: do not bug_on when sched_node is NULL (premature close)
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 204e503dec5928b748e2c75184d7300b9b65d847
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Jun 25 09:14:40 2011 -0400

    Mandril: validate IP with new Monkey scheduler info 'in_addr' data
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit f191d6502d1ea91fc9f08a1cb8e0f874069d5f32
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Jun 24 23:44:20 2011 -0400

    Scheduler: store in_addr info instead of IPv4 string
    
    When a connection arrives, the scheduler assign the new connection
    to a sched node which hold information about the connection. Previous
    this patch, it used to store the IP address in a common string, now
    we just store the data in 'struct in_addr' format.
    
    This also reduce the memory used by Monkey as the previous model holds
    in memory buffers for each possible incomming network address. The
    memory usage is reduced in about 20KB.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 37d91ae6b85a8f37d94f6c08fca3215f2ac2363a
Author: Felipe Astroza <felipe@astroza.cl>
Date:   Fri Jun 24 22:29:06 2011 -0400

    [PATCH] mk_sched_add_client() does not increment active_connections. Issue solved
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 4dc835695c2afc587082f7df24e14d958172b9de
Author: Felipe Astroza <felipe@astroza.cl>
Date:   Fri Jun 24 21:36:00 2011 -0400

    [PATCH] Useless mutex in mk_sched_launch_thread() deleted.
    
    A more convenient use for mk_sched_register_thread() to avoid search the thinfo structure in sched_list.
    Memory leak in mk_sched_launch_thread() fixed.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 46b0505de7de3ecd2d873529f4af5c31675bc6c3
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Jun 24 12:26:51 2011 -0400

    Mandril: new rules model
    
    Now mandril plugin restrict IP address by specific ip or through
    a defined subnet, the new configuration model looks like:
    
    [RULES]
        Deny_IP  10.20.1.27
        Deny_IP  192.168.1.0/24
        Deny_URL /imgs
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 133d40a60ab0368daff5213113d3c7c4b29f3ca4
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jun 22 08:24:41 2011 -0400

    Update TODO List
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 348ec85e1e0b027e8423957902962b66685c232f
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jun 20 16:31:54 2011 -0400

    Liana_SSL: New version 0.2, view full log for details
    Liana_SSL: New Makefile macros MATRIX_LIBS and MATRIX_HEADERS
    Liana_SSL: Validate MatrixSSL version, requires >= 3.2.0
    Liana_SSL: Extra validation messages for certificate
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit a59dd35394d168897f3456da1534fd4c2c6b6422
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jun 20 12:40:43 2011 -0400

    Rename macro unlikely to mk_unlikely
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit f72b9bda71acb7e3fa2e75e6200eecc15eddf76d
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jun 20 10:42:16 2011 -0400

    Liana_SSL: Fix Makefile.in to avoid recompile if objects have not changed
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit d003ab6784bf455f1ab3a51a82ff05776c38120d
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Jun 17 14:46:54 2011 -0400

    Palm: Fix Makefile.in to avoid recompile if objects have not changed
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit f71044a942b560ff8665f68ce304cb9f86476f70
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Jun 17 14:44:19 2011 -0400

    Auth: Fix Makefile.in to avoid recompile if objects have not changed
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 0aba529d1ec25a2d4d1d875625c400e0bd029125
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Jun 17 09:51:10 2011 -0400

    Config: deprecate strtok_*()
    Config: EXIT_FAILURE on error
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 724a3215439fcc51d7a1fa005ed4fab97acc3cce
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jun 16 23:22:00 2011 -0400

    Plugin: just validate network plugin in TRACE mode
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 1696e4afa7b676a576ac088b70219182347424f2
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jun 16 17:50:40 2011 -0400

    Configure: fix patch level grr
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 7b2d28c4ca9140894767d0349b5650ba3f32a359
Author: Jacques-D. Piguet <Jacques.Piguet@bluewin.ch>
Date:   Thu Jun 16 17:48:03 2011 -0400

    Banana: get port and pid file from the config file
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit f0a324df97edcc4ae78910a8b0ff2f8040ea5b09
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jun 15 22:41:50 2011 -0400

    Daemon/Setuid: fix umask for files and seteuid undo routine
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 777624a0a9dedba70cbf9f80b10d425a52b86f4a
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jun 15 17:27:21 2011 -0400

    Configure: just 'install' command strip binaries
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 39a2a5763f381abb4b992725ec8f1c6803e27cd3
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jun 15 08:27:23 2011 -0400

    Fix Background mode: parent exit with EXIT_SUCCESS
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit cacc5bf3b272dfbbcb1293d321b373c0fbd70250
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Jun 14 22:31:25 2011 -0400

    file_info: add boolean field is_file
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 0871673bfdf36ff0c68af786f004c5298c4eb020
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Jun 14 22:27:14 2011 -0400

    Auth: read users credentials and validate on-fly
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit d46a7a41c18c53f5887a42a550249b5003f3ba98
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jun 13 22:50:57 2011 -0400

    Auth: associate locations and users with virtual hosts
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 2d8429351d019d8606dd6a0a0ae51cea62f03b8c
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Jun 12 22:39:55 2011 -0400

    Auth: initial import
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 1a714b5e99fdcad949ae4e9179b9aa3f1b21b84e
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Jun 12 13:01:05 2011 -0400

    Palm: move plugin from EXPERIMENTAL to DISABLED
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 10f7def8eb52d80816d441daa24fd313310449b9
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jun 8 23:45:06 2011 -0400

    Palm: Fix CGI headers and better event management
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 35cebc67fe19d5436d5c03c0fa70f23989cb0604
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon May 16 14:14:02 2011 -0400

    Palm: add ending CRLFCRLF to palm request
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 5e53b7014cff6d5c1d023b2c3bf1d4dae57d4acb
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat May 14 08:51:55 2011 -0400

    Liana_SSL: fix usage of api->file_get_info()
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 3b29ce2ffa807041c56e4eb3511f3e977d781649
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat May 14 08:31:03 2011 -0400

    Minor messages
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit d41967a0e5abba26a95cb790bccae3bbbf608192
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed May 11 17:21:14 2011 -0400

    Palm: add REMOTE_PORT CGI variable
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 4b80c14f89dba7f2fd5f5befdd0e8c41c0a6c62d
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed May 11 16:44:35 2011 -0400

    Config: export server socket in config struct
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 5a7589a8171e548e65c73370048e2f5ecd0b7082
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed May 11 16:43:38 2011 -0400

    Palm: complete CGI headers for palm request
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 284caee49b977dd932b1a63e2926728a29c9d5e8
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed May 11 12:51:24 2011 -0400

    Fix host_alias setup
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit a651b6b2aa519570bebef426feed2e4d6a1fc850
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon May 9 23:01:12 2011 -0400

    Palm: new template request
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 2c071b07768ed75c53525e9a55d88c54f8e34c10
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon May 9 11:13:02 2011 -0400

    Fix headers_toc size in session_request struct
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 35074388b8358119e0d565e2bbd18ecfd375161c
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Apr 18 14:13:20 2011 -0400

    Do iov_add_entry() inline function
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit a877cd3396e1298b80c2b864c77e1ef6c6432b58
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Apr 15 14:11:53 2011 -0400

    Fix some trace messages
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit e12a7f8f7951602bd36b1c38b2567ef77ccff9c3
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Apr 15 11:43:27 2011 -0400

    Cheetah: fix workers command
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 2707c427162cfe651c48490583dd62b2856b66e2
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Apr 15 11:33:46 2011 -0400

    Request: reuse session_request on non-keepalive request
    
    A new static field has been added to client_session struct called
    sr_fixed, which aims to provide an already allocated space for
    normal and keep alive request. If the request is NOT pipelined,
    we are not allocating new memory anymore under the same
    client_session.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 0f11f5b157ad8e0f8abe1ca43456d15ef87e928e
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Apr 15 09:18:13 2011 -0400

    Little cleanup
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 4452b7bb44f492b8fead0a63ed821c2128f9e2f7
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Apr 14 08:12:07 2011 -0400

    Scheduler: export sched node to worker scope through thread_key
    
    Inside a worker, they are multiple calls to the function
    mk_sched_get_thread_conf() which returns the sched node associated
    to the worker in question. Previously this function was matching
    each scheduler node information with the thread ID, now the
    function knows the sched node through a thread_key avoiding
    'for' cycles and multiple comparissons.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 5ddd71421893b317512fad69fe5af2904f95d183
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Apr 13 11:14:05 2011 -0400

    Fix mk_sched_update_conn_status(): search in the whole queue
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 674ff58696c101e9028867b1cee62a0a5e386b9a
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Apr 12 19:49:54 2011 -0400

    Optimize headers TOC parser
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit dc05977f9c1c766fd480c2ab0f0ba167a805b22a
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Apr 12 10:03:55 2011 -0400

    mk_socket_get_ip() now returns ip string length
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit e574070645d9206b942a022989fa232abc7aef57
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Apr 11 06:43:12 2011 -0400

    Scheduler optimization
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit a1938b427dad13b90a432924d840349946edc73e
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Apr 9 23:55:52 2011 -0400

    Validate return of setsockopt()
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit bddacdf81b5b36835e325594c07d4e6af8bf62aa
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Apr 9 23:38:22 2011 -0400

    Server socket now use TCP_DEFER_ACCEPT socket option
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 9fd8b15d41cdf1ed3db27c9d670ecae5cb34c45d
Merge: fb01bca d64c8b7
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Apr 7 16:23:19 2011 -0400

    Merge branch 'master' of ssh://git.monkey-project.com/srv/git/monkey

commit fb01bca5fe5384827a9b36276d46dc9af76dd7d2
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Apr 7 16:21:26 2011 -0400

    Palm: remove unused headers by Monkey
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit d64c8b7ccd3c22906e3d3f257c01a57e00e5f044
Merge: 73b7302 2d408ca
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Thu Apr 7 15:47:52 2011 -0300

    Merge branch 'master' of ssh://monkey-project.com/srv/git/monkey

commit 73b73026cbf380066063c079cc7d1900383fe135
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Thu Apr 7 15:47:45 2011 -0300

    Added macros to calculate sub-net,broadcast and network using the ip address on sock_addr

commit 2d408ca9d59484661975be9aa332cafacd3fc139
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Apr 7 11:54:14 2011 -0400

    Limit hostname aliases length to 64 bytes
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit f09a72dd06a031c5faf7e836ea843c582fe0276d
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Apr 7 11:46:30 2011 -0400

    Force config hostnames to lowercase
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 2fd9dfbfd7a9389d488da02b7a4df9151346e102
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Apr 7 10:31:23 2011 -0400

    Reponse headers now are static allocated inside session_request
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 40bcb02f6dc5acc1abe8e261459e84bc7dc1fd4f
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Apr 7 09:04:02 2011 -0400

    New client_session->body_fixed for common small requests
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit ad8624255ed1696bab49c2b29d85701bf8705b2d
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Apr 7 08:51:37 2011 -0400

    Pass sched node on mk_session_create
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 20c016d61defab73e049fbe520e0fa0f462fe5b4
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Apr 7 08:05:19 2011 -0400

    Fix recently introduced overflow when parsing Host header
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 6cdca627e934ecb8e3e3b7643b2cf118f3b14be2
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Apr 7 07:37:36 2011 -0400

    Just invoke mk_socket_safe_event_write when it has been specified by config
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit b5f52730dc9b4b5a9dc539d4d412e72626e0d36d
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Apr 7 07:00:32 2011 -0400

    Drop parsing for unused request headers, just keep TOC
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit b2fd300fd27f26f0a0bf3ed5788b238f44c92d33
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Apr 6 22:10:03 2011 -0400

    Remove unnecessary calls to mk_pointer_reset
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 8963afbaeac4dd10b297ff91e54f45b0d8e26464
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Apr 6 21:52:04 2011 -0400

    When parsing Host header, do not malloc on port field
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 7b008db1dab120d0011f652a70bcbeab286047ea
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Apr 6 16:50:38 2011 -0400

    Rewrite of _mk_string_search(): 57% performance gained
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 73550a8535dad2fd9c621939b314ab56b41630af
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Apr 6 11:57:37 2011 -0400

    update debug request blocks
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 9979882526b792c6b593bfa2264401ec9750738b
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Apr 6 09:51:16 2011 -0400

    QA: Improve keepalive test
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit b44e74fc4e5b289b711142a0e9769b0081ad9dda
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Apr 5 12:11:43 2011 -0400

    Do not allow pipelining requets in non-keepalive connections
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 54823ff0c76b060126d2bdc620bf8fd4bff259e1
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Apr 5 08:20:47 2011 -0400

    Fix MK_PATH_BASE
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit d648dc88b960c3453e36dace0ebf5fb5a1665a75
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Apr 5 08:17:44 2011 -0400

    real_path_static now uses MK_PATH_BASE
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 137abdd187ed82b452c5c1c3bef436e572401f66
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Apr 5 08:01:14 2011 -0400

    session_request: new real_path_static field and new macro MAX_PATH_BASE
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit ec9b5a0cb1e04851da1d81ea78e1b8ec9fed5b9a
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Apr 5 06:03:23 2011 -0400

    mk_file_get_info() now accept two parameters and return int value.
    
    the new definition is as follow:
    
      int mk_file_get_into(const char *path, struct file_info *f_info);
    
    so the called needs to pass by reference an allocated struct for
    f_info where the file information will be stored.
    
    At Monkey core level, this new method reduce one malloc/free in the
    session_request structure, as the new file_info node is allocated
    as static and not dynamic as it used to.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 4f2fc9f8879bc3721875e78814ecee63bfa2c255
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Apr 4 21:05:34 2011 -0400

    Deprecate mk_string_remove_space()
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 5fcf77ecaa00ba4e3315d52f3c981cd82962eebe
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Apr 4 14:56:59 2011 -0400

    Liana_SSL: use MK_SOMAXCONN
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 1993a7405eba5d44c137dfc9add8ac2cb8f44100
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Apr 4 14:53:34 2011 -0400

    Deprecate mk_utils_get_somaxconn, new macro MK_SOMAXCONN
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 001b55f596cd64957f434e3c96868a6299c5d2f3
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Apr 3 21:21:58 2011 -0400

    Re-enable return value MK_PLUGIN_RET_CONTINUE for STAGE_30
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit d482f0d4b4cb75aeac24fbdcc97b1240dff5f318
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Mar 31 04:47:56 2011 -0400

    Monkey 0.13.2

commit a1b29ab0129b41d9e53772bcd26d0009a30c3e04
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Mar 30 17:22:38 2011 -0400

    Fix #51: Can't set to non-blocking the socket when compiled with ACCEPT_GENERIC
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit d75580bccce6a401d76994532b1ead52524b3473
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Mar 27 14:51:08 2011 -0400

    Mandril: fix bad usage of str_build()
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit cc0d64f7b6f646c88b9a6fe56eb2fb246d47d68a
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Mar 27 14:19:40 2011 -0400

    Cheetah: fix broken Makefile.in
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit f3a8aef0da43d53382c39bef4a72bca72052e96b
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Mar 27 12:42:31 2011 -0400

    Palm: pass NULL pointer to str_build()
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 23d5aa1ba011dba8ee3ba48442664d81a2cc5a0d
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Mar 27 12:39:43 2011 -0400

    Palm: deprecate old macros and adapt to new structs
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit fc83d7eb7b09cd8b08a02845003bd22faf0c22e2
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Mar 19 12:13:51 2011 -0400

    New host_alias field in session_request
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit a2ec116fca488fc289052e22754d5b7adf99424f
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Mar 12 14:24:48 2011 -0300

    Config: fix minor leak when composing vhost path
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 33085320c8c681271a4e840bd35d51fdda1fc3a7
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Mar 12 14:17:07 2011 -0300

    Mimetype: safe configuration free

commit afe26a2fe8bd6c9ed4e54595e423dda85dd662aa
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Thu Mar 10 12:52:58 2011 -0300

    Replace some repetitive code

commit daee575882cbe5f05fdca9597d2804ff8b999ea0
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Wed Mar 9 14:43:07 2011 -0300

    Fix configure script and Makefile.in in all the plugins direcotory to not re-compile every time that we run make command

commit 5058f2355358944db455254c556c618f4ac9f3e1
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Mar 9 11:40:24 2011 -0300

    Dirlisting: free finfo check
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit dd15d6df77a29811fe4e033301176736abe01a05
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Mar 9 11:17:53 2011 -0300

    Configure: bold some text
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit e0b02a2b7b59b5771a0cc9ce5ad8dc58712e323d
Merge: 421bbe8 6cb1b54
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Mar 9 11:10:02 2011 -0300

    Merge branch 'master' of ssh://git.monkey-project.com/srv/git/monkey

commit 421bbe8ff00fd328d7ce9dab3353e949ad58984a
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Mar 9 11:09:11 2011 -0300

    Dirlisting: validate theme path and print error if required

commit d57cf54fc559601239661f4ab3cf718fe171dbde
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Mar 9 10:46:50 2011 -0300

    Plugin: if the plugin fails by it own rules, free configuration memory
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit a0823c3b9033b5161eb7719a35547db089c6be51
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Mar 9 10:38:09 2011 -0300

    Dirlisting: fix return values when loading plugin

commit 6cb1b5447a131be54eb16adebff33e23d0951bc0
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Mon Mar 7 15:47:22 2011 -0300

    Added more colors to the configure script. Deleted trailling whitespaces

commit 2d6b5244e6a639a30d7d0233ed01b6524df21b2b
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Mon Mar 7 11:39:39 2011 -0300

    Added a /certs/ directory to the conf directory so it will store the cert in a "secure" place

commit 152cf1139b77f25266b7e67488d5ec88d98b07cb
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Mar 7 10:52:17 2011 -0300

    0.13.2 begins
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 606a99d93b90a359f904cbdaafb880f7ca0a55a5
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Mar 7 10:04:44 2011 -0300

    Monkey 0.13.1

commit 5fa744d3e6302465b8b741b15dd3f9effd38d11c
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Mar 6 21:43:18 2011 -0300

    Improve some string search with memchr family
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 991d192c72a3669eb3497dcac78af5ee119354a8
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Mar 6 19:41:14 2011 -0300

    Query string parser: better performance, restrict lookup to first header
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit e249fe85d975c95c1b8ed90d92b1cd1bcd22dd82
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Mar 6 19:28:30 2011 -0300

    Keepalive: split buffer and add to iov
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 19bc524081a4712fc3ffe607df1c79fafb51e61e
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Mar 6 15:23:25 2011 -0300

    Faster string_itop(), code based in stringencoders-3.10.3
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit d9c22249f77bc2f02743cbee2df85c6ad4167de8
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Mar 5 23:47:12 2011 -0300

    Ticket #33: add conf directory to plugins, it also supports all configuration keys

commit 9e4e9da11fe8955fe950d4dd3e7037ecb714fbad
Merge: 04b0798 64c946e
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Mar 5 21:39:25 2011 -0300

    Merge branch 'master' of ssh://git.monkey-project.com/srv/git/monkey

commit 64c946ea5c0c32ce9c6c0a471fdaca77631b7b46
Author: Davidlohr Bueso <dave@gnu.org>
Date:   Sat Mar 5 01:17:14 2011 -0300

    Exit the program if cannot find (invalid) the server configuration entry
    
    Signed-off-by: Davidlohr Bueso <dave@gnu.org>

commit 04b07981db9c95cac29f49e1b8109ab581b2d782
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Mar 3 10:55:37 2011 -0300

    KeepAlive improve
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 33d307efc7a62f8a7ac88adb4a114f09c8dda2ca
Author: Davidlohr Bueso <dave@gnu.org>
Date:   Thu Mar 3 01:39:18 2011 -0300

    Use mk_mem_malloc() when allocating memory in mk_string_copy_substr
    
    Signed-off-by: Davidlohr Bueso <dave@gnu.org>

commit 17563671709103f7917491db40e767bd22ee8dd4
Author: Davidlohr Bueso <dave@gnu.org>
Date:   Thu Mar 3 01:33:43 2011 -0300

    Remove unused MIME constants: MAX_MIMETYPES_NOMBRE, MAX_MIMETYPES_TIPO, MAX_SCRIPT_BIN_PATH
    
    Signed-off-by: Davidlohr Bueso <dave@gnu.org>

commit 0d086eaddf62c49372fd0d7a899906d3b10cca77
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Mar 3 00:36:42 2011 -0300

    Reduce number of calls to iov_add_entry when sending response headers
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit ff99a92eb161231b59c1b42f99be76e3d2fce3c0
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Mar 2 23:55:51 2011 -0300

    Change default MaxKeepAliveRequest to 120 and KeepAliveTimeout to 5
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 038834fc7f309ae64472d7100ed3f709e076360c
Author: Davidlohr Bueso <dave@gnu.org>
Date:   Tue Mar 1 01:14:17 2011 -0300

    Get rid of unused mk_string_array_count
    
    Signed-off-by: Davidlohr Bueso <dave@gnu.org>

commit e7b9bc2484b1d3f0d0a656b0bc8804ff9fee70f0
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Feb 28 23:15:37 2011 -0300

    Cheetah: minor fix in config command
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 3b1d75b22997c6fb3a9a2bde68187bf6e7476b5d
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Feb 28 15:04:57 2011 -0300

    Configure: generate banana script to use right pidfile
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit c66ff0c78b12682d261a1001473f507cae0555cd
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Feb 28 15:01:50 2011 -0300

    Monkey v0.13.1 begins
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 05895a3c92214450a040fcb594e8e5154db4251b
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Feb 27 20:15:16 2011 -0300

    Monkey 0.13.0

commit d70563a95e641964b8692cac241a46620b98c741
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Feb 27 17:34:49 2011 -0300

    New macros for versioning: __MONKEY__, __MONKEY_MINOR__ and __MONKEY_PATCHLEVEL__
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 52cc10c2ff7579f27c9c0365b9bb35ca8b1fd7ab
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Feb 27 13:13:58 2011 -0300

    User directory: new parser and code cleanup
    
    The user's directory feature has been improved with a new parser,
    also some unnecesary session request fields has been dropped.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 5277ae186f80c695f4b0ebd227a25037fa6b609c
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Feb 27 11:20:23 2011 -0300

    Core: sr->uri_processed to mk_pointer
    
    The session request field 'uri_processed' now is converted to a
    mk_pointer. Monkey used to calc the string length multiple times
    along every request cycle, with this little change we avoid that
    and gain better performance.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit be02800bc2afc8a4179eedc2d70dd8907f05f689
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Feb 27 02:32:06 2011 -0300

    Logger: Improve performance
    
    Do not use str_itop() to convert integer HTTP status codes,
    instead use the new static map table for that.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 79bf0282df4d210d00d7214c696e9a615a71668d
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Feb 27 01:44:22 2011 -0300

    Configure: improve help command output
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 87441011f08ba0e1287c6ecba227f21699f8b8f3
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Feb 27 01:28:54 2011 -0300

    Configure: new option --default-user to override default web user
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit d61422efae9a866e9b20ced4fff82ba515526ccb
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Feb 26 20:20:49 2011 -0300

    Configure: new option --default-port to override default TCP port
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 8e6d45f69f1339505e9e21110a42a228c3b1385a
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Feb 26 18:19:57 2011 -0300

    Print message when Monkey goes into background mode

commit f8e688073bace892d03f94a4c5c65fdd9aefb0bb
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Feb 26 17:09:43 2011 -0300

    QA: Add keepalive header checker
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit c3a2dbbf6e24ca3ec52b475837a96bafd64df477
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Feb 26 16:28:31 2011 -0300

    QA: head_02 test, expect Content-Type
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 4c76f0b46d794932240b8b682063467f379fea42
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Feb 26 16:27:04 2011 -0300

    Fix HTTP Method conditional

commit 16cb3fc16306e37ad0ed9332525cca3864cff220
Author: Davidlohr Bueso <dave@gnu.org>
Date:   Sat Feb 26 15:28:52 2011 -0300

    Fix the GCC version for which the alloc_size attribute was introduced.
    
    Reference: http://gcc.gnu.org/gcc-4.3/changes.html
    
    Signed-off-by: Davidlohr Bueso <dave@gnu.org>

commit fc51aec45ab286f3d029e516265c4b592812f4a5
Author: Davidlohr Bueso <dave@gnu.org>
Date:   Sat Feb 26 14:48:59 2011 -0300

    Remove the 'to' parameter from the mk_socket_sendv function, it is
    not needed, so we can simplify this.
    
    Signed-off-by: Davidlohr Bueso <dave@gnu.org>

commit 9c6c74a38ec33e2d875fb821835437a6ccd0f5f8
Author: Davidlohr Bueso <dave@gnu.org>
Date:   Sat Feb 26 14:05:20 2011 -0300

    Remove MK_SEND_IOV_TO_PIPE constant, no longer used.
    
    Signed-off-by: Davidlohr Bueso <dave@gnu.org>

commit 3deb3d26990167728374bae05f09dcd9a4dd8249
Author: Davidlohr Bueso <dave@gnu.org>
Date:   Sat Feb 26 13:44:21 2011 -0300

    Simplify the mk_iov_send function.
    
    This patch removes the socket or pipe differentiation that existed
    in order to use writev(2) or vmsplice(2), which is not implementable
    because of buffer alignment.
    
    Signed-off-by: Davidlohr Bueso <dave@gnu.org>

commit 28db1c3aafd4cd0d1f6606e119afb8439fe938ca
Author: Davidlohr Bueso <dave@gnu.org>
Date:   Sat Feb 26 13:43:40 2011 -0300

    Update Plugins iov_send  API function to reflect changes.
    
    Signed-off-by: Davidlohr Bueso <dave@gnu.org>

commit d3ea2425a4c9e8a7b75f720dc26ecf7ea04be48f
Merge: 2f352f3 deac1d9
Author: Davidlohr Bueso <dave@gnu.org>
Date:   Thu Feb 24 16:56:49 2011 -0300

    Merge branch 'master' of ssh://git.monkey-project.com/srv/git/monkey

commit 2f352f382b46a2f2c28d5095cc3dd4609d927d24
Author: Davidlohr Bueso <dave@gnu.org>
Date:   Thu Feb 24 16:46:14 2011 -0300

    Improve MIME performance lookup
    
    Currently when searching for MIME types to service, a sequencial search is made, wasting time and calls,
    specially for the most commonly used types.
    
    This patch introduces a heuristic which allows two mime lists to exist, one with the most commonly used
    types (like HTML, CSS, images, etc.), and another with the rest. When servicing a type that is very used, it
    will continue to do a sequencial search, otherwise we do a binary one.
    
    Signed-off-by: Davidlohr Bueso <dave@gnu.org>

commit bb17de3fbd73511239741fe9466405bfbaee7795
Author: Davidlohr Bueso <dave@gnu.org>
Date:   Thu Feb 24 16:44:42 2011 -0300

    monkey.mime: Change entry order
    
    This list is read when the application is started, and there is an immediate performance improvement
    when leaving the most used MIMEs on top. This patch also removes a duplicate entry.
    
    Signed-off-by: Davidlohr Bueso <dave@gnu.org>

commit deac1d969592c4f365a836d1195e7748635dbc72
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Feb 24 15:02:27 2011 -0300

    Plugin: continue on error

commit c5ea58289641b09c33650e33b17f5efa6abe7bac
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Feb 21 17:23:45 2011 -0300

    API: deprecate MK_PLUGIN_RET_CONTINUE for STAGE_30
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 55223c532a1644c6e54e4cff240e741c8146b43f
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Feb 21 16:55:54 2011 -0300

    API: export header_get()

commit 6774a28f84ddaa8f0d2af4f35a9dcd66ee266826
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Feb 20 18:01:31 2011 -0300

    Add some CSS to error pages
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 6df397e7c4d1d92a703e96b47dc8e6b4fd3d7e73
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Feb 20 17:08:05 2011 -0300

    Liana_SSL: Update docs

commit 1bd1f58fb8816a4f8f29fa50b0a056f9d3bb2683
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Feb 20 16:33:32 2011 -0300

    Liana_SSL: Set transport type to MK_TRANSPORT_HTTPS
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 73296caf0ffff8b87414a374c7ae95f72736c158
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Feb 20 16:30:36 2011 -0300

    Add 'transport' field to configuratrion struct.
    
    This new field defines if the server is working in http or
    https mode, on that way we can send safe full redirection
    headers. Values added to macros are:
    
     MK_TRANSPORT HTTP
     MK_TRANSPORT HTTPS
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 6cb7e8bf6eeeae4ff6b9fc8616ecc85861c3d31c
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Feb 20 14:28:23 2011 -0300

    Liana_SSL: Exit with failure when cannot bind the port
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit d45b9c1c7e3d187e03b309a1c96bcdda815ef5ad
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Feb 20 14:19:23 2011 -0300

    Exit when networking plugin fails

commit 46c24d65d41be1208dd2a1d2a674b919fc9b35c7
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Feb 20 14:17:16 2011 -0300

    Liana_SSL: Fix memory leak
    Liana_SSL: Exit with failure on error
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit aec4f06fa994484a3f299b6c76d07d46e019e52a
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Feb 20 13:45:21 2011 -0300

    Sort headers
    API: Testing new header_find() function
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 3c7d3bd7420a8cca04a440573e756894258eed69
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Feb 19 15:21:18 2011 -0300

    API: new interface to add extra response header rows api->header_add_row
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 0e5e7894a3200e3b239184b2a5afb60cebf70631
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Feb 19 09:33:05 2011 -0300

    Add some validations to response status set
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 93565e73564066ddf581a0dadd09e0b370cd2a20
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Feb 19 08:49:58 2011 -0300

    Fix CRLF for 401 response

commit 57c18be8adc6ebd0973f25498a832bbc1754e140
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Feb 19 08:20:28 2011 -0300

    Add support for all HTTP response headers
    
    Monkey used to support just the common HTTP response
    headers, in order to provide a more flexible mechanism for
    the plugins interface, all HTTP possible responses has been
    added.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 7a9e1151a87b877e51a25448c95bde78ee82ee05
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Feb 18 10:49:38 2011 -0300

    Update JCI email address
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 1352faecd7cbcdc1199cc02547fd200a710aba52
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Feb 18 10:46:09 2011 -0300

    Rename HTTP status macros names
    Rename MK_INF to MK_INFO
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 8f5c55071495fcf0e0f2aaeb0b4997153a23eb9d
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Feb 17 23:53:18 2011 -0300

    API: do api->error private = api->_error

commit 004c20fb80206643db2c03d714abc30eb10f8a4a
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Feb 17 23:48:09 2011 -0300

    Adapt plugins to new message macros

commit c9db5ac9793ccab2b202fe5bc24a00cab81bef53
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Feb 17 17:35:39 2011 -0300

    API: Export direct message macros to plugins

commit 55d5758653395aab195c35e79088e0d89e47da33
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Feb 17 17:06:57 2011 -0300

    Deprecate VAR_ON and VAR_OFF, unify MK_TRUE and MK_FALSE
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit ed026d083d1e3e716b108cc9ce3f45813fbe002c
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Feb 17 14:35:45 2011 -0300

    Improve performance of mk_pointer_to_buf()

commit bd9a6964fda9130c21de2db34ceb7f054bca9291
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Feb 17 14:17:45 2011 -0300

    Exit when cannot log PID of Monkey

commit 8935b95279c46930d3ebc87db2e360a1a7db81ec
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Feb 17 14:08:13 2011 -0300

    Improve setrlimit() messages

commit 6872eaa7ebcf24edc8e98345c78f253b4d79091f
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Feb 17 09:44:43 2011 -0300

    Replace gmtime() by reentrant version gmtime_r() and use thread key for cache

commit 9260c8fe69310e9c46ee667912f7d4ac83901174
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Feb 17 09:14:00 2011 -0300

    Fix: send Content-Length header for HEAD method requests
    QA: Add script to check that content-length header is sent when the HEAD
    method is used
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 4170b0e4ead37b020fb993d9740be5e92ff1fd4c
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Feb 16 17:36:11 2011 -0300

    Dirlisting: pass NULL pointers when creating string buffers

commit 365426b678902bc969d18591405892a1a43fbfdb
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Feb 16 16:49:01 2011 -0300

    Exit with error if monkey.conf cannot be loaded

commit eaab8459086ee2c2f9b383f1e380b6d1fef3ba4e
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Feb 16 16:45:02 2011 -0300

    Exit with error if plugins.load cannot be loaded

commit a40cbe8280567d7c49903e747fbc8ecc34033516
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Feb 16 16:40:24 2011 -0300

    Plugin core: more error checks

commit ea3f0a6c7035a24c205168ada4e7e7c736d64337
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Feb 16 16:04:47 2011 -0300

    Reset mk_pointer variable for mk_string_build()

commit c6fa207751639d9b20c3b9f7dfc22ad37b84b087
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Feb 16 15:41:17 2011 -0300

    mk_sched_get_connection: do not accept sched = NULL

commit ab3bb3d826bb65ebf6b9838152fe71e86d7354ca
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Feb 16 14:56:30 2011 -0300

    Validate mk_string_build() with mk_bug() and fix some guilties
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 8da2050e6d21cb8937d9933e56a3ec86efdf4132
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Feb 16 14:10:44 2011 -0300

    New mk_bug() macro (Kernel BUG_ON macro style)
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit b89bb6ae6fcc1aabd1ce518436d4e4e38cad09a0
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Feb 15 13:56:15 2011 -0300

    Patas: replace wrong call to MK_ERROR_WARNING
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 629983194c8c20a17137842017990c02b2e782cc
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Feb 15 13:54:59 2011 -0300

    Patas: remove #ifdef TRACE conditionals
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit dd009a1605eca149eac7860fb56892f50f8eda6c
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Feb 15 13:53:01 2011 -0300

    Palm: remove #ifdef TRACE conditionals
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit ade3e8a34b05a2a41bc433be0228b7e61904380d
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Feb 15 13:49:21 2011 -0300

    Mandril: remove #ifdef TRACE conditionals
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit e29132d10a7f1d6e7f3294ae820c811357e28d9e
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Feb 15 13:48:38 2011 -0300

    Logger: remove #ifdef TRACE conditionals
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit e65bb91cebe33b22d733de60f548c82e36861158
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Feb 15 13:47:26 2011 -0300

    Dirlisting: remove #ifdef TRACE conditionals
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 77b56b599d761af15d7f4cfb31bf5af154ae171e
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Feb 15 13:46:12 2011 -0300

    Liana_SSL: remove #ifdef TRACE conditionals
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit cca07d5c1d46fc0c65f79684beb4df59e015e372
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Feb 15 13:32:08 2011 -0300

    Create empty MK_TRACE macro when TRACE is not defined in configure
    
    If TRACE is not defined, now MK_TRACE is set to do {} while(0) , on
    that way all core code can invoke MK_TRACE() no matters if really
    exists or not.
    
    Most of the #ifdef TRACE conditional statements have been removed.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 818f58973349edba7a834cbf5d6460f8902da12b
Author: Davidlohr Bueso <dave@gnu.org>
Date:   Thu Feb 10 17:01:08 2011 -0300

    [PATCH] Update the mconf to reflect pidfile changes, and the TODO file as well
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit b2186d54a8c7507e7124531a695bc306e4e16ee6
Author: Davidlohr Bueso <dave@gnu.org>
Date:   Thu Feb 10 11:18:41 2011 -0300

    [PATCH] Remove duplicate headers
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 0e5d4f6357b93906e68480734a14e1283be9d8b8
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Feb 10 07:51:37 2011 -0300

    Make up signal errors

commit 31e16255147fdb9024f60a06144ee76b09d9d945
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Feb 10 01:47:24 2011 -0300

    Print 'started' info message when running in console

commit 3d47933fee07b15547f3e5888dca9d3703729cea
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Feb 10 01:36:37 2011 -0300

    New macros.h

commit ae20fb91ebf003e854e2e346fd1240daf07a7c8f
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Feb 10 01:30:10 2011 -0300

    New macros for messages: mk_err(), mk_warn() and mk_info()
    
    The new macros works over new mk_print() function (old mk_error).

commit dce25c403ccb56b8862324af3a1cc6383062be57
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Feb 9 16:42:37 2011 -0300

    Little fix in help text

commit 66037324e3fb12439e30a8f0016be7a83fe10ef2
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Feb 9 16:04:34 2011 -0300

    Add date and time to error messages

commit a7cfb8f6952aa1373d257fc49806e2d546c65d6c
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Feb 9 13:00:14 2011 -0300

    Dirlisting: replace fprintf by mk_error

commit 3b7e05c78ea0d0a552fd9103619fce4a6708c8c0
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Feb 9 12:58:34 2011 -0300

    Remove fprintf() calls, replaced by mk_error()

commit 1c7ac52c3c0293d7d44a66648ce798718f81da30
Author: Davidlohr Bueso <dave@gnu.org>
Date:   Wed Feb 9 11:13:45 2011 -0300

    [PATCH 2/2] Fix English for better reading
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 26a816c84c5428c1acb84c7bf0fcf83959f3b774
Author: Davidlohr Bueso <dave@gnu.org>
Date:   Wed Feb 9 11:12:31 2011 -0300

    [PATCH 1/2] Fix English better reading
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 1717a363e125fab1f5251a88cc47a5040fff22e7
Author: Davidlohr Bueso <dave@gnu.org>
Date:   Wed Feb 9 11:10:32 2011 -0300

    [PATCH] Add banana manual page
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 2eaa47df83c387483ad6a8aa27209599ad22645d
Author: Davidlohr Bueso <dave@gnu.org>
Date:   Wed Feb 9 11:06:28 2011 -0300

    [PATCH] This patch does a few things:
    
    - Adds static (and void argument) to the definition of locally used functions, like mk_details()
    - Allocates the config global structure after parsing the command line arguments, this avoids an unnecesary mem leak
      and overall makes things a bit cleaner and more UNIX-style standard.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 15bcbb43e8ec76eb935a4fc023aefbaab816c482
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Feb 9 11:04:24 2011 -0300

    Logger: Comment masterlog conf

commit 60ac2357a70324f820a058830f4faed4d507f688
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Feb 9 10:29:36 2011 -0300

    Logger Plugin: Add new support for MasterLog file
    
    Now when Monkey runs in daemon mode and per configuration in file
    logger.conf the key 'MasterLog' is defined, all Monkey STDOUT will
    be redirected to that file.

commit 143a083101856a797b54ce015204a9f823dbb0f6
Author: Davidlohr Bueso <dave@gnu.org>
Date:   Tue Feb 8 11:13:00 2011 -0300

    [PATCH] When passing an invalid option to monkey we should be returning an EXIT_FAILURE code indicating the wrong status
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 5e42facb3d88c0429c751644b4d538d955606d2b
Author: Davidlohr Bueso <dave@gnu.org>
Date:   Tue Feb 8 11:02:41 2011 -0300

    [PATCH] There is currently a race condition with Monkey's pidfile.
    
    If two instances of the webserver are started, the pidfile of the
    first instance will be replaced by the second one.
    
    This presents an issue, can be avoided having a pidfile for each instance
    differenciating by port.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit d1d8ea61a8463bfdcdaf57cd217e55631932c07e
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Feb 8 09:41:25 2011 -0300

    Remove unused config->port

commit 0707bdc15b10fb0440ea145fc204d75742f1b0b1
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Feb 7 19:33:07 2011 -0300

    Logger: use mk_list implementation

commit bac9183d6decf4efff701718352334531b038f5d
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Feb 7 14:38:50 2011 -0300

    Base plugins now uses VERSION macro when registering

commit b86892c82a2a268ab10a45733ccf77529200f55e
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Feb 7 14:27:43 2011 -0300

    Logger: fix default configuration flushtime

commit a9a45f3391d82fc5d106bf5258c8bcc84c2ec85e
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Feb 7 12:51:58 2011 -0300

    Configure: add --mandir option

commit 7de7c25c8ee6272e10e264d4b9913fcf567ee57a
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Feb 5 14:20:14 2011 -0300

    Update man page and move it to man/ directory

commit 71ee362fc6b3e04ce83be8689dabb639686f477b
Author: Davidlohr Bueso <dave@gnu.org>
Date:   Sat Feb 5 14:12:58 2011 -0300

    [PATCH] Add manual page
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 4fcf7f84ffa1315e75c6b17c3cc21ba0026c150f
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Feb 5 13:59:37 2011 -0300

    Add new options to help list and add documentation url

commit 37372df32ab3e44578f909378961998744ba113f
Author: Davidlohr Bueso <dave@gnu.org>
Date:   Sat Feb 5 13:50:42 2011 -0300

    [PATCH] Add support for long options
    With this patch we can now use --version, --configdir, etc (you get the idea).
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 481129e76dbcab7f325f4ac8fb8a58b03afbf440
Author: Davidlohr Bueso <dave@gnu.org>
Date:   Wed Feb 2 13:52:01 2011 -0300

    [PATCH] make the deaminization function more robust
    
    Good deamon processes follow certain basic coding rules when being created.
    This patch attempts to make mk_utils_set_daemon() more robust, making this chimp a bit more evil >:)
    
        * Call umask: If the deamon process wants to create files it might want to set specific permissions, otherwise
        the file creation mode (mask) might deny certain permissions.
    
        * Change the current working directory to "/" (root), which allows the previous working directory to be unmounted.
    
    All syscalls are exit-error validated, since there is absolutely no point in going on with the program if the deamonization is not well done.
    This patch also removes some duplicate included headers.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit d044f4ead262e22c6345dcbe0e195b3555dfd42c
Author: Davidlohr Bueso <dave@gnu.org>
Date:   Tue Feb 1 14:25:20 2011 -0300

    Declare non-argument functions with void
    
    It is best practises to declare functions that do not accept parameters with void:
    
    "int foo(void);" instead of "int foo();"
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit c695177d39cf5ee461a52a776cad33805a38bca7
Author: Davidlohr Bueso <dave@gnu.org>
Date:   Tue Feb 1 14:23:51 2011 -0300

    [PATCH 4/6] TODO: add manpage creation
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 7f74e4493b12c22af8bebbac1db05930c6817853
Author: Davidlohr Bueso <dave@gnu.org>
Date:   Tue Feb 1 14:20:50 2011 -0300

    The atoi(3) function is deprecated: The ahttp://www.gnu.org/software/libc/manual/html_mono/libc.html#index-atoi-2567
    It is recommended to replace it with strtol(3), which detects errors, as opposed to the former. Since strtol returns long,
    this also modifies the data types of some variables. This however is not a problem, because a long integer fits anywhere an int does.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 711b0e81a258245537f611dbaec76b072fbe7483
Author: Davidlohr Bueso <dave@gnu.org>
Date:   Tue Feb 1 14:17:55 2011 -0300

    The mutex_wait_register mutex is being locked and immediatelly afterwards unlocked, without protecting any code, it can be removed.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 0e9022db6ea698f13c93ee1aad5f009769376735
Author: Davidlohr Bueso <dave@gnu.org>
Date:   Mon Jan 31 16:44:31 2011 -0300

    When using an older version of GCC (3.0), the alloc_size attribute,
    used in memory, does not exist, producing multiple warnings:
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 8db1a7b59d615a7c123f5bf8b97d403314b71c35
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jan 31 16:43:51 2011 -0300

    0.12.3-dev begins

commit c2f58c1c8d89a452ccf20c60005873cc09ffcbac
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Jan 29 15:08:51 2011 -0300

    Monkey 0.12.2

commit a1140e918c6f5346cf34ef41550dcdec0a0bbfc6
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Jan 29 14:14:26 2011 -0300

    Configure: when creating Makefile install rutine, do not install
    or copy content of plugins which have not been selected

commit a412c1e2799677fd849dde72225d1c341e4eefb3
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jan 27 19:03:30 2011 -0300

    Scheduler: validate memory allocation for IP cache queue

commit c713caa0e8b19d9b9189582768af80fb4742507e
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jan 27 18:51:26 2011 -0300

    Scheduler: validate first list node allocation

commit d70642846f7c3939422e0fdd9cdb3c875844be54
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Thu Jan 27 15:18:51 2011 -0300

    liana_ssl: Moved _mkp_network_io_close before any other function so we don't need to declare anything

commit a3dedd64c1f42527fa45d6426083611fa7302a08
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jan 27 14:42:54 2011 -0300

    Configure: pass LDFLAGS value to plugins Makefile

commit de363659be3922075afe87ee6b21719b825228d3
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jan 27 14:19:19 2011 -0300

    Add LDFLAGS to plugins Makefile.in files

commit 1b92c08bf11079ea29f6c403ccd67958ff632379
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jan 27 14:04:25 2011 -0300

    Configure: fix LDFLAGS

commit 9c0bb27d68799fa15fdf328ad4c757f14e49c66b
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jan 26 11:09:18 2011 -0300

    cleanup

commit 8f024a32f56d5062bf4d3bb2755ed44a813755ff
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Jan 21 14:08:55 2011 -0300

    API: deprecate unused NETIP plugin type

commit 48234c1e323ba546f0fd2aa5b7658aade2564890
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Jan 21 13:59:30 2011 -0300

    API: Fix PLUGIN_TRACE() issue

commit e42da8d756f051fc77b582327a295e7ab5a702cd
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jan 20 15:15:28 2011 -0300

    API: revert change

commit dfee6484d5312543bdd2fb027f2a75958220aba0
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jan 20 13:35:55 2011 -0300

    Patas Plugin: include MKPlugin.h instead of old plugin.h

commit 58328f25a07535184ce45bc098aefa66514826ff
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jan 20 13:32:18 2011 -0300

    API: Fix problem with bad reference in plugin context when some
    non-principal .c file invokes PLUGIN_TRACE macro.

commit 9a13bcab886b0832ad8279fba27421683e4d496d
Author: Davidlohr Bueso <dave@gnu.org>
Date:   Thu Jan 20 12:43:08 2011 -0300

    [PATCH 2/2] Update the README file to reflect a more general plugin subsystem instead of naming specific ones.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 87d2df94be8d90b6bd2340fd39ff562bc5f68b8a
Author: Davidlohr Bueso <dave@gnu.org>
Date:   Thu Jan 20 12:42:25 2011 -0300

    [PATCH 1/2] update TODO file
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 50b0f09f1e7a54d497db514be3235a4cf5798a80
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jan 20 12:23:24 2011 -0300

    Add TODO file

commit 8c88f8619bee05339146259dab2db5a932670c66
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jan 17 13:45:41 2011 -0300

    Remove old chars.h

commit d33369751ac67c709cb5875d2d1ce680eb6b4ff7
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jan 17 13:45:04 2011 -0300

    Monkey 0.12.2-dev begins

commit 8665ac9882df36e91fbcb25e6ce8b7b78eed8714
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jan 17 13:44:34 2011 -0300

    Rename PutDateUnix to mk_utils_gmt2utime

commit 4f104cf525720684c52870d7aa64be0628ed28ac
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jan 17 00:57:59 2011 -0300

    Monkey 0.12.1

commit 7f677ddf425ad9e1820725ab35371853d71d0938
Merge: 6c94b17 7e64c73
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jan 17 00:55:01 2011 -0300

    Merge branch 'master' of ssh://git.monkey-project.com/srv/git/monkey
    
    Conflicts:
    	configure

commit 6c94b1723349252929f4291d9cd0e6327657ae18
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jan 17 00:50:16 2011 -0300

    Upgrade Copyrights to 2011

commit e54d82e0dc952990a8e2ac5df061f7ccf0c7bdcf
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jan 17 00:35:48 2011 -0300

    Rename mk_utils_hexuri_to_ascii to mk_utils_url_decode

commit 6bb7d1c384015bc161ef700722e8981173bb4475
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jan 17 00:30:22 2011 -0300

    Deprecate silly chars.c

commit 55970889521653578ce654406dafbd839bee5acb
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jan 17 00:27:56 2011 -0300

    Full UTF-8 support

commit 2941363dea23c177f5003fa373ee4990d4c3dcb1
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Jan 16 23:37:35 2011 -0300

    Dirlisting: Set charset to UTF-8 in Guineo theme

commit 081092a4ce4f7e1dd2ec173e9bb42aca56d5a226
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Jan 16 23:31:13 2011 -0300

    Dirlisting: skip broken file entries

commit c482e753a6a8376b3bb1eb089673741833cce516
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Jan 16 23:26:38 2011 -0300

    Rewrite hex2int: mk_utils_hex2int()

commit e2f5347024a3deac20cc93ac2d223857eb84421b
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jan 6 19:53:13 2011 -0300

    0.12.1-dev begins

commit 2aad66df741aee2e88981dc080f7e38f6d4a2f89
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Dec 31 17:44:31 2010 -0300

    Monkey 0.12.0

commit 7e64c73db27368778778f3918abe0bcc7fcb2e50
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Dec 31 17:41:18 2010 -0300

    Monkey 0.12.0

commit 62156adb40ec8853b61d3b40a263dc737d36033e
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Dec 31 11:21:59 2010 -0300

    Fix error message for M_SERVER_INTERNAL_ERROR

commit 445d4d6b1b92d7fc58396302810178fd5815ed62
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Dec 31 10:29:15 2010 -0300

    Fix plugin interface for returned values, now plugins can specify
    some error exception and Monkey will handle it properly

commit 8fbd19a7fe9e16d17d1a05af10321b4f6fea0899
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Dec 31 09:54:26 2010 -0300

    Palm: comment old validation for iov array
    Core: fix typo messages

commit 65d00f052e8e8c236f61cf8fda237c40cc455f7c
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Dec 29 09:14:07 2010 -0300

    Mandril: comment security rules

commit e69245043e9e7d6222a74b4ae91212477caf2e0e
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Dec 29 01:28:58 2010 -0300

    Do not crash when mk_plugin_event_get() is invoked from process
    context due to a STAGE_10 running plugin.

commit c82e65e2789b44a0fffca6cd35dff033f9e90137
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Dec 28 20:59:27 2010 -0300

    Mandril plugin: rename configuration file

commit fba91d428686729d1acbb9df23694a34add93a48
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Dec 28 20:41:10 2010 -0300

    QA: add log rules for error_413_01 and error_413_02

commit 3e1b75a7562809cc04833932eed7327254d32f48
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Dec 18 13:41:45 2010 -0300

    When an experimental plugin is enabled using --enable-plugins in
    configure script, the plugin entry now is commented in plugins.load.

commit 2f5c892403c36cbb98a7f25548f65c7e4451b51a
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Dec 18 13:27:27 2010 -0300

    Patas plugin to EXPERIMENTAL

commit 986bb06101a607ab45d4145e5fb16f0ba1c72f50
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Dec 18 13:27:05 2010 -0300

    Plugins now can be in EXPERIMENTAL stage

commit c65da1f09e1c640bfe4cb224de44c1b7b889376d
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Dec 2 18:53:35 2010 -0300

    Liana_SSL: enable safe_event_write flag

commit 36090436a0f67ca541f031a6c21ddd913b078805
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Dec 2 18:52:35 2010 -0300

    New internal safe_event_write flag

commit de68d358cb089a3b03c1ad215bd5af821cf07cae
Merge: 9140e66 8f0a963
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Thu Dec 2 16:04:56 2010 -0300

    Merge branch 'v0.12.0-dev' of ssh://monkey-project.com/srv/git/monkey into v0.12.0-dev

commit 9140e667ca5639d35b69f3e0236642d84e0a15d4
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Thu Dec 2 16:04:12 2010 -0300

    liana_ssl: Let monkey decide how many times call _mkp_network_io_send_file() to send a file

commit 8f0a9634e723f0283e66b79e7d817e1372468d7b
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Dec 1 10:14:37 2010 -0300

    Add new mk_utils_errno_print() for tracing context/API
    Patas: refactoring stage plugin

commit a80c456fea4fc1c16f722fc6da5dcd05904c7a78
Author: Davidlohr Bueso <dave@gnu.org>
Date:   Thu Nov 25 10:39:52 2010 -0300

    [PATCH] Move mk_worker_spawn() to utils
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit f1f3bec9c0f8bd251cb8f9ab0e5515c62b80a0f2
Author: Davidlohr Bueso <dave@gnu.org>
Date:   Tue Nov 23 10:24:11 2010 -0300

    [PATCH] Use static identifier for functions and variables which have local file scope.
    This optmization reduces the size of the binary file.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 080b696d4f5280b17678240295a390b736067d27
Author: Davidlohr Bueso <dave@gnu.org>
Date:   Mon Nov 22 16:59:57 2010 -0300

    * Use sigaction(2) instead of non trustworthy signal(2)
    
    * Currently monkey's signal handling mechanism is very open to race conditions because the handler is does not guarantee reentrancy.
            - Change remove(2) to unlink(2) in mk_utils_remove() to use reentrant functions.
    
    * Layout basics to implement the configuration reload in SIGHUP, this is the most common scenario for deamonized procs.
    
    * Avoid until needed handling SIGUSR[N]
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 87f7741020018aa2f9f77b4dd59fe6860f26132f
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Nov 18 18:35:23 2010 -0300

    On connection error, pass missing sched node

commit 160fbafdcb76df626d466e950109af95ce4d88e8
Author: Davidlohr Bueso <dave@gnu.org>
Date:   Thu Nov 18 18:15:54 2010 -0300

    We can apply a few optimizations to mk_mem_malloc, mk_mem_malloc_z and mk_mem_realloc:
    * Since they are called frequently they are good candidates to inline
    * Use GCC's alloc_size function attribute[1]
    * When we pass a zero value for the size to a memory allocation function (ie: malloc)
      it is not an error and should return NULL gracefully [2]
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit fcfb3e7c5cbb0a7ea75af2907b8424d10e20f90e
Author: Felipe Ortega <felipe@tezeract.org>
Date:   Tue Nov 16 23:58:21 2010 -0300

    Fix #28: Back one directory level

commit 60c85fddf0d31c2d332c8fe95019a3c76a7c82fd
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Nov 16 09:36:16 2010 -0300

    Patas Plugin: pre-resolve node/socket details
    When the plugin read the nodes configuration, now it performs the
    socket sockaddr allocation on that place, avoiding to do the same
    process every time when connecting to a node server.

commit 0e8f0b46ffa84c3dc99176e17bb7f595426d716c
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Nov 16 09:00:48 2010 -0300

    Replace bzero w/memset

commit 8f2e425c3a88f2ac3d0b6d27d0d233e8cf81a69e
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Nov 16 08:58:03 2010 -0300

    Init old http field headers

commit cf943f87e8578777d9815c9e49b233928ed68f44
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Nov 16 08:50:56 2010 -0300

    Ticket #24: Improve TOC headers
    Now Monkey handles all request HTTP headers in persistent table of content or
    ToC, this can be accessed from session_request->headers_toc

commit ab9d982b6ef43e9305d9f1ee062ff1290d656154
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Nov 15 15:29:47 2010 -0300

    clean up

commit c35d2eaece4fb4f89a9b666e92c13ac0c9366582
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Nov 15 14:54:02 2010 -0300

    Ticket #22: Load Balancing
    Now the scheduler determinate the less overhead thread worker and
    assign the new incoming connection to it.

commit b3c9899f6582aa300a02df4ca8f4bc5ab38b554a
Author: Davidlohr Bueso <dave@gnu.org>
Date:   Mon Nov 15 10:09:58 2010 -0300

    Use _exit(2) instead of exit(2) for signal handlers. The former is a guaranteed-reentrant function.
    Also replace exit status with proper glibc constant.

commit a43c7054436ac1f4b9bab31369c11d7bd2ae35ad
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Nov 15 09:28:18 2010 -0300

    Patas Plugin: fix doc

commit 67f2c388315efb02959980042845704b446a84f8
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Nov 15 07:56:23 2010 -0300

    Patas Plugin: fix head for next target node

commit f37ed8edd744ad5385885ad8a57cfc1416a0acb6
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Nov 15 01:30:20 2010 -0300

    Patas Plugin: validate node:port != localhost:port

commit ef6eda30d45d822889e3be737ffdd821716da14a
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Nov 15 00:39:03 2010 -0300

    Patas: change nodes default port in configuration

commit 5673d22d6a0955e5691f5c107841bb3aef42c295
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Nov 14 21:57:32 2010 -0300

    New Patas Plugin (proxy reverse)

commit d53f3df27c97c717e5f85ca590b3e4550edf23a2
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Nov 14 20:19:21 2010 -0300

    Logger: remove unnecessary trace

commit ca385ec02d4dcc1ccfc64f242ce54cb76c076bc2
Author: Davidlohr Bueso <dave@gnu.org>
Date:   Sun Nov 14 02:02:34 2010 -0300

    plugins: Use glibc EXIT_{FAILURE,SUCCESS} constants instead of 0 or 1 values
    This applies to the monkey plugins.

commit 1fca7bc7c5b8c4a67abfd2d940e2e32b722443ad
Author: Davidlohr Bueso <dave@gnu.org>
Date:   Sun Nov 14 02:01:27 2010 -0300

    Use glibc EXIT_{FAILURE,SUCCESS} constants instead of 0 or 1 values.
    This applies to the monkey core (not plugins)

commit a32c2614e64d5e77ddb21a1caaccb412e65f7c88
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Nov 14 02:00:45 2010 -0300

    Remove script_filename var

commit 4540f6b31423a52f2d7a261cae5c955517e96eb9
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Nov 8 17:25:23 2010 -0300

    Cheetah: print vhost aliases

commit 7163f64ed4b757d5bdc43e87c4815ea90e5f0d0c
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Nov 8 16:28:48 2010 -0300

    Support virtual host aliases

commit 886c6fc6ea7291b242ecafd024d47d569ef8880b
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Oct 29 20:24:25 2010 -0300

    liana_ssl: add friendly message when certificate/key cannot be opened

commit 40eb2ed2a843d10e7e6c5cb21e85ae495bf9c0d3
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Oct 29 20:15:40 2010 -0300

    fix SOCK_NONBLOCK value

commit 690a795471f122cbbd6c14e96dd6863917d2bd40
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Oct 29 20:11:31 2010 -0300

    liana: fix macro check for accept4()

commit 87670e1468ede6b04bb5e75edf7095b33293bd39
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Oct 29 20:08:05 2010 -0300

    Configure: check for accept4() function, if it does not exists,
    use the generic accept().

commit bceb8844c7f30063f27eb15674831104d1d2d59c
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Oct 28 16:35:01 2010 -0300

    Fix: set non-block to right socket

commit 61e087db4f6e5969134cf455a2396d11ba71e680
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Tue Oct 26 16:55:15 2010 -0300

    liana_ssl: Added liana_ssl_close() to properly send the alert close to the client

commit ac4377588a26da9bdc40d580b78a523af2476cc2
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Tue Oct 26 16:16:34 2010 -0300

    liana_ssl: Fix typo

commit 00ccdcb1b9d4ee309d81d17c75824f4e0c6e2399
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Tue Oct 26 13:31:34 2010 -0300

    If function accept4 isn't defined we use accept and set the socket to O_NONBLOCK using fcntl

commit 484f5ed099bf683e414b96bad2cdd3ab57dbbf9d
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Tue Oct 26 13:30:37 2010 -0300

    If SOCK_NONBLOCK isn't defined we defined as 00004000

commit dca54fd7164e2327086ea3eb933c7ce9adc03371
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Tue Oct 26 13:10:19 2010 -0300

    If the user selected android as target platform we disable by default the plugins cheetah, palm and logger

commit 177490bb9e7e0acb8d8dd02ed0aba99d030702ca
Merge: 0bc2c79 76bf7c5
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Oct 26 11:50:21 2010 -0300

    Merge branch 'v0.12.0-dev' of ssh://git.monkey-project.com/srv/git/monkey into v0.12.0-dev

commit 0bc2c79153593489c4fa65a860ee450ff9087b99
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Oct 26 11:49:52 2010 -0300

    Support platform in configuration: generic and android

commit 76bf7c5041c24126ada9ef5993b91354edc00d8c
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Tue Oct 26 10:34:09 2010 -0300

    If theres' noe EPOLLRDHUP defined we defined. Added pthread.h to scheduler.h and memory.h to clock.h

commit 8db02c6e94a9285f4bd281367d24b0c7fba0bf66
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Tue Oct 26 10:28:30 2010 -0300

    Use the definition of offsetof in stddef.h if it's not there we define our own

commit 401798351fd73b094aa659b6ef565b5312566868
Author: Felipe Ortega <felipe@tezeract.org>
Date:   Tue Oct 26 08:12:23 2010 -0300

    [PATCH] Small typo correction in the configure script

commit 87e1a2eecb4846c4a5250b1a3df4960b4778ffd0
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Oct 25 15:20:56 2010 -0300

    Fix mandril plugin

commit a32057fea602d7c0040604f90ea87ed1e1f7584b
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Oct 25 14:51:36 2010 -0300

    Add validation to epoll_create

commit 30dcd40b90b499c9bc266fe723b0989ff8afb8e2
Merge: 3de27b6 f092a61
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Oct 25 12:51:06 2010 -0300

    Merge branch 'v0.12.0-dev' of ssh://git.monkey-project.com/srv/git/monkey into v0.12.0-dev

commit 3de27b641628a21e177469753a9c2a98d1f4bf71
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Oct 25 12:49:36 2010 -0300

    Remove unnecessary sysctl.h

commit f092a617f29c47d4c9decc7cbff2649f72e0f1fa
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Mon Oct 25 00:08:57 2010 -0300

    liana_ssl: many changes to the way to handle and store data in buffers. We need work to pass the ab test

commit 91a17b9f1699fb62ba5038566adbc07e001dec67
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Oct 24 23:39:19 2010 -0300

    Fix rules for Cheetah and Liana_ssl

commit 3e7a8c498696d0ff8076d37802fb5c040bcc8309
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Oct 21 16:45:48 2010 -0300

    Dirlisting: use socket api instead of direct calls

commit 801cb1a239ad5785d7d2922712715bcc154123df
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Oct 20 21:16:43 2010 -0300

    Move Security plugin to Mandril

commit f01a287741a8001e13cfd3117bcff976ff0c6b3b
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Oct 18 12:56:13 2010 -0300

    Fix help space

commit e4a20da91e96db0b2415b42713d462596acbcf9e
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Mon Oct 18 12:53:32 2010 -0300

    Changed the way to separate the enabled/disable plugins list in the configure command

commit 78e6426e5f484eacb405c7757ebcda0b0feb30be
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Oct 18 12:33:29 2010 -0300

    Improve configure script printing detailed messages

commit 48943420222466391255937a9690c5aa12271c09
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Oct 16 23:40:59 2010 -0300

    Improve KeepAlive checker
    Palm plugin: rewrite hook _mkp_event_read

commit 231ed4d077526128754f7550dd9f7b141ff0d577
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Oct 15 06:52:48 2010 -0300

    Move plugin event list to mk_list

commit 7dfae55e5c3bfcab4c4840f31aa7bf77d47d19f3
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Oct 15 06:26:54 2010 -0300

    Code cleanup and extra validations for plugins

commit 906a658bb64cab30095f6342deb8ca22d07a98b4
Merge: 548fdc0 025b9d3
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Oct 15 05:33:46 2010 -0300

    Merge branch 'v0.12.0-dev' of ssh://git.monkey-project.com/srv/git/monkey into v0.12.0-dev

commit 548fdc06f2444cacb13527a6d49e7fee873c6afc
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Oct 14 22:16:44 2010 -0300

    Palm plugin improvements

commit 025b9d3fdb3a3a2ebde31238f0a189e5b94bb6e5
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Thu Oct 14 16:33:34 2010 -0300

    Replaced the use of mk_list_foreach for mk_list_foreach_safe

commit 0d2e7512aa0174a9fc707e9ec32f2a171024f234
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Oct 13 17:25:15 2010 -0300

    Plugin and palm fixes

commit 4b9c99d2a1e5412297e301e05af8d5fc49382bbf
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Oct 12 19:37:12 2010 -0300

    Re-enable event_read by plugins in protocol layer

commit 23d180b1953b6c79f5ff105f2bbca1338ddcf43b
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Oct 11 14:01:32 2010 -0300

    Remove palm server from monkey sources

commit d41319bb65b6b6e6f48ac303d2ec5a612556446a
Merge: 612cb2a a7d7dc9
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Oct 10 14:37:55 2010 -0300

    Merge branch 'v0.12.0-dev' of ssh://git.monkey-project.com/srv/git/monkey into v0.12.0-dev

commit 612cb2a0bc67a07681980d473819aad9498ba7d6
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Oct 10 14:37:11 2010 -0300

    Rename main program

commit ff47bded862c070e8580a5559468880534264672
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Oct 10 14:36:40 2010 -0300

    Palm server: add license

commit 20cb347f3f40b95536c16ebbabea9c31684d5738
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Oct 10 14:34:52 2010 -0300

    new API sched_remove_client()

commit a7d7dc93656f1ff69a260728dcbc293df28a6d9a
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Thu Oct 7 12:23:33 2010 -0400

    liana_ssl: Fixed the return values for _mkp_event_read() to proper follow the new event api

commit ec92758635e0b756e7f6c62bbf402797f9194de1
Merge: 01c2ec2 388be7c
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Thu Oct 7 12:02:48 2010 -0400

    Merge branch 'v0.12.0-dev' of git://git.monkey-project.com/monkey into v0.12.0-dev

commit 01c2ec2f7da8478977dcbcf74e00d009130ca55b
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Thu Oct 7 12:00:34 2010 -0400

    liana_ssl: Fix _mkp_network_io_writev() to put all the strings inside mk_iov struct and just do one write to the peer

commit 4f2f59b9c78182ea1cd21e4c40ae73ff6388d546
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Wed Oct 6 21:42:43 2010 -0400

    liana_ssl: Fixed _mkp_network_io_send_file() and _mkp_network_io_write() to properly send a binary file

commit 388be7c3f1bef91b4b4ee15cc249f7a674eedc10
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Oct 4 17:16:58 2010 -0400

    Move core errors to mk_error()

commit e2693b182f6610c181fa078c2c54e7613fd4e91e
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Oct 4 16:58:32 2010 -0400

    Config error to mk_error()

commit 83a171882f3d4f9484ad2f8c2511cc0823b1182a
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Oct 4 16:52:04 2010 -0400

    New error function mk_error()

commit 4503b8c5f52c4f73ca0c4858d68ca5738b9123cd
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Oct 1 19:56:02 2010 -0400

    Complete API events/hook interface

commit a150fe18f23fa45ca0f9384f3434aa4081d867b5
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Oct 1 18:03:12 2010 -0400

    Read events: fix cascade return values

commit 793199a6cc1c8e5d64809382e54ac3dec50c4a85
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Oct 1 16:57:45 2010 -0400

    New plugin event return types

commit 02319e815dfb980cd2cebabac29f6ce935b2ee58
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Oct 1 15:03:27 2010 -0400

    Fix configure help to 80cols

commit 5c711413f63f7b77b7d0ec255b248605f069c9c2
Merge: b5a9fd7 81d20ec
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Oct 1 14:56:59 2010 -0400

    Merge branch 'v0.12.0-dev' of ssh://git.monkey-project.com/srv/git/monkey into v0.12.0-dev

commit 81d20ec7654ddbfc5faecbcf9b0c97c815d3d601
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Fri Oct 1 14:56:39 2010 -0400

    Added the options --enable-plugins and --disable-plugins to the help of configure. Indent description string to be in the same column in the help of configure

commit b5a9fd725b6a73cc66f35128709c72436b34ddb4
Merge: 2786619 b179acf
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Oct 1 14:47:22 2010 -0400

    Merge branch 'v0.12.0-dev' of ssh://git.monkey-project.com/srv/git/monkey into v0.12.0-dev

commit b179acfe173fddddfa65de87b0f8e3c1c52ad03f
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Fri Oct 1 13:47:49 2010 -0400

    Added options --enable-plugins and --disable-plugins to the configure script

commit 277fe8f72277230cbac91c9b096a84c8ef39c788
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Fri Oct 1 13:19:10 2010 -0400

    liana_ssl: Added info on how to enable the liana_ssl plugin and test it

commit 3e9b351c331a5646323bbb34464f0970de6cbc68
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Fri Oct 1 12:22:23 2010 -0400

    liana_ssl: Added a check to the cert and key files to know if they exists

commit 278661975f024193309af4ac04a8ce1243428afe
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Oct 1 11:00:25 2010 -0400

    Remove STAGE_15

commit adb65d1381b0b086cf7d3918f1826ec64ca56b8c
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Thu Sep 30 12:14:46 2010 -0400

    Run indent comment to indent the code as it should be

commit 4058507822b23dde09f989a060de0d82bcd95cf8
Merge: 454daeb 4892adb
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Thu Sep 30 11:12:27 2010 -0400

    Merge of liana_ssl plugin to the main dev branch

commit 4892adb00ff82d33808f51e316511622b131c3bc
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Thu Sep 30 11:08:43 2010 -0400

    Added some error checks and a better way to send files for _mkp_network_io_send_file()

commit 27b0a613b499617adc4009f8aa30e5b391b441d1
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Wed Sep 29 15:39:09 2010 -0400

    Fixed the way to send the mk_iov, now it use _idx to send all the content inside the mk_iov. It should build just one string in the future

commit 454daebb195bbd171466c81f3cc345f6fd8f99d1
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Sep 29 15:25:55 2010 -0400

    Safe node removal

commit 9ca1f7eee796458840d1d306cd7c93a4c311deca
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Wed Sep 29 15:21:43 2010 -0400

    [PATCH] Added mk_list_foreach_safe to list.h and used it at request.c

commit b702e19e90e2b2298a96f54179802a0c7f1fe5a1
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Wed Sep 29 15:10:54 2010 -0400

    Added mk_list_foreach_safe to list.h and used it at request.c

commit 896f3cb0c5211ae79cba71561af000a3603437ee
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Wed Sep 29 14:20:12 2010 -0400

    Latest fixed to work with ssl

commit 8304c2535d0d0d8860bf6d66f41ddfb47f62b296
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Wed Sep 29 11:47:06 2010 -0400

    Move the handshake to the _mkp_event_read() if the socket it's already in our ssl list we presume that there were a handhskae before

commit 35ddb964699571a4a79f85896548713b3c7cecc6
Merge: 9945151 f51207b
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Wed Sep 29 10:48:21 2010 -0400

    Merge branch 'v0.12.0-dev' into liana_ssl

commit 9945151bb204976fc0326ebad9dedc007c675a29
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Wed Sep 29 10:46:01 2010 -0400

    Move the pthread_setspecific to the thread context and create a function to handle the read event

commit f51207b8537a0bf3dad74056d16029801636e6d2
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Sep 28 22:55:36 2010 -0400

    Experiment new event hooks model

commit 1c030b3becba91ace8c7a85cd7a19c2c9f8772a9
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Tue Sep 28 14:20:17 2010 -0400

    Added a pre-capability to send files

commit 3e876511a542c8496eb4f188fd417d186d274c82
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Sep 28 12:49:11 2010 -0400

    Fix SIGTERM and remove unnecessary check

commit 0b5f326747d4f65e3f9db98c022d409891b2e872
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Sep 27 23:27:13 2010 -0400

    Palm Server: fix POST length limitation

commit be3e00af962d22d411a3ae918a57eacdc8235568
Merge: 6bb7846 db55bae
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Sun Sep 26 11:23:20 2010 -0400

    Merge branch 'v0.12.0-dev' into liana_ssl

commit 6bb7846fc4c6dadcbb62d513fc9053b913f1c955
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Sun Sep 26 11:04:50 2010 -0400

    Changed send for write at handshake process added some trace functions

commit 6049fc715188683ddcf23f6a2e825c6121a7d1f2
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Sun Sep 26 11:03:32 2010 -0400

    Fix local path of liana_ssl certificates

commit db55baee41673afca9f1d2027cc6bf2a5b626a3e
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Sep 25 13:59:21 2010 -0400

    Fix palm plugin request list init

commit 47326fdde53d88c4e542238d07b9bdf2c54164aa
Merge: 8243f09 2a79c12
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Sep 25 13:31:41 2010 -0400

    fix merge

commit 8243f09f55406185dfeff6e1f27c99eb9fcd46ab
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Sep 25 13:30:34 2010 -0400

    fix cheetah conf

commit 5f4120cc6583a2d80c1cce2f52f2a66c4cc671b6
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Sep 25 13:18:34 2010 -0400

    Use network plugin when writting response headers

commit 29a17dfa94a64537d0fce46dabdc5c3d75e27981
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Sep 25 13:08:21 2010 -0400

    New STAGE_15

commit c56c76c6bb498ca9133d89ee7e0e370cf596c60b
Merge: ab674dd 2a79c12
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Thu Sep 23 23:18:24 2010 -0400

    Merge branch 'v0.12.0-dev' into liana_ssl

commit ab674dde6ef93176cb0b18659715f3d720e166bf
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Thu Sep 23 23:17:51 2010 -0400

    Added liana_conf() to read from the configuration file of the plugin the proper path for Cert and Key file

commit 2a79c12f182f2d1bb435b8f562556d4b50aff410
Author: Eduardo Silva <Eduardo Silva>
Date:   Thu Sep 23 23:03:27 2010 -0400

    Add cheetah conf

commit 3d3b711d3c3dda0f262394dd3784d2e4ceb2f290
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Tue Sep 21 16:50:52 2010 -0400

    Added disabled file to start this plugin disabled and liana_ssl.h

commit 0e5eda9cfc93a6d66faacff0d5442ab3651e9fb9
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Mon Sep 20 18:45:47 2010 -0400

    Fixed the handshake process

commit b474a1c415ed3fffd1ebf0b12a31e05657dd0cd1
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Mon Sep 20 18:44:26 2010 -0400

    Fixed Makefile.in to properly compile with matrixssl 3.1

commit e7c91da1d6e50a42a0476ef391e6a152469f7900
Merge: 76ed8bc 7207773
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Sat Sep 18 11:00:13 2010 -0400

    Merge with v0.12.0-dev to get latest changes related to sessions and new manage of request

commit 76ed8bc4ccf020b3cff692b9e1025c38d208fa50
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Sat Sep 18 10:52:38 2010 -0400

    Removed innecesary data from mk_liana_ssl. Start the work to support the new API for matrixssl 3.1

commit 1a1acc3a008f98288e21636166b6777ce475196e
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Sat Sep 18 10:51:33 2010 -0400

    Fix makefile.in to fit with the current matrixssl 3.1 package

commit bdbe5f8f541dcadff9c0082d0aa709996640cbc3
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Sep 14 14:50:31 2010 -0400

    Update RPM spec to 0.12.0

commit 720777369255538b674344104afdc80fba1180f8
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Sep 4 10:00:38 2010 -0400

    Adapt plugins to new string calls

commit 61b5f28a50bbc1159d2f0b676a47122382ff325a
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Sep 4 09:52:17 2010 -0400

    Refactor string functions

commit 7377249a28a084a0ebe170fe37966a6321953b53
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Sep 3 19:33:43 2010 -0400

    Adapt cheetah to new list implementation

commit 379a79cb864fede7a08bf1c15d3d55448c6d60c9
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Sep 3 19:20:53 2010 -0400

    Plugin: use new monkey list interface

commit 659b1509aea487f7b6614c0e970fe2bfb4c5868b
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Aug 29 20:33:24 2010 -0400

    Palm Plugin: use new list implementation

commit 4d4c98e05c640e53c8f319286c1764e82f9dcdd0
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Aug 29 16:19:51 2010 -0400

    QA: fix post_test2.htt wait time

commit e47aee64c80309e658b0795bcc7f2ed8065a0c7b
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Aug 29 16:15:13 2010 -0400

    QA: new post_test03.htt - check post timeout/incomplete data

commit 9250551a9b7552b6168f9c0672448d2768174409
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Aug 29 11:18:21 2010 -0400

    Alloc node for premature close

commit 6795a43a53201a9bfd07f0a877a0dbad5e9259d4
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Aug 29 10:58:21 2010 -0400

    Minor fixes

commit ab9157ab5b087ab97f8a1faabd2881f25d8a465f
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Aug 29 10:47:38 2010 -0400

    Remove validation message

commit 48c1dda1d790479f745780bb038c527643306d08
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Aug 29 10:45:50 2010 -0400

    Security: use new CLIENT_SESSION and SESSION_REQUEST model

commit 99cbb5daf09a903b5b0863930edb94de880ff3e7
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Aug 29 10:44:24 2010 -0400

    Palm: use new CLIENT_SESSION and SESSION_REQUEST model

commit 659aa55b801503c9597ced82df62d0efc1fd8111
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Aug 29 10:37:14 2010 -0400

    Logger: use new CLIENT_SESSION and SESSION_REQUEST model

commit 258c1b20089c307f3f1fddda7e8c393e746faf33
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Aug 29 10:36:08 2010 -0400

    Dirlisting: use new CLIENT_SESSION and SESSION_REQUEST model

commit c187696da6ff9e326f02fe6403463493f564cec2
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Aug 29 10:31:56 2010 -0400

    Core: new CLIENT_SESSION and SESSION_REQUEST architecture

commit e3c7b98a874b06b3bdf465141683754e46ac32df
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Aug 28 09:19:09 2010 -0400

    request.c: move to new list implementation

commit 65f8675bb4e5fb8895ebfc4a517358f36dda8d66
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Aug 27 20:22:26 2010 -0400

    List: add list_entry_next call

commit 5ae164cfb9b2a72ac2c2f37a4d09d8c757e37d54
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Aug 27 19:42:04 2010 -0400

    List: implement list_entry_first and list_entry_last

commit eeb2a5df3a6589ead6def010efc7a335c7fa83c6
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Aug 27 19:35:04 2010 -0400

    scheduler.c: move to new list implementation

commit f0aee1b82ffecba256f178757475269fd3d5b652
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Aug 27 17:12:34 2010 -0400

    mimetype.c: move to new list implementation

commit 0b54dbbf96c640880ef410f437bd47aca3c30581
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Aug 27 16:18:37 2010 -0400

    Cheetah: for server mode if monkey runs in background

commit eb99074ea30525de97377639bf17504615cc3ed3
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Aug 27 16:11:41 2010 -0400

    Define mk_plugin_exit_all func

commit c20d8aefec8d96ffce03314d4bf37eb8a6088e2b
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Aug 27 16:09:38 2010 -0400

    Add is_daemon variable to config struct

commit 7bf032e9e5ec82e91400f87f95fac510d3b5ef5e
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Aug 27 16:05:21 2010 -0400

    Cheetah: status command - print listen mode

commit 2e1c526e240f5326db5ddc91a3a20558caf90633
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Aug 27 15:44:17 2010 -0400

    Cheetah: print all configuration in a vhost

commit 3aeb58f78f6e901dcf3ae4b59702eb0143b5fb1c
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Fri Aug 27 12:45:13 2010 -0400

    gg

commit 3194181081e9586f67ee8e7384b06effbec6e076
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Aug 25 11:58:23 2010 -0400

    Deprecate AccessLog and Error log in vhost conf

commit 2068e5b7d23b0e2f391d70753fc6c047b6d0c13a
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Aug 25 11:22:35 2010 -0400

    Cheetah: code cleanup

commit 371e5de10a34090c4f3a7be8e0a09724a123bbb7
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Aug 25 11:04:15 2010 -0400

    Cheetah: fix fprintf() compiler warning

commit 306317ef8dd435aa300c72cc01fccc771fdaf58e
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Aug 25 10:58:44 2010 -0400

    Cheetah: remove socket server when exit

commit 78c98b44eaaa57a34f27278a7fe633f006a75598
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Aug 25 10:52:17 2010 -0400

    Cheetah: New server mode through unix domain socket

commit cc028143185a16300c11b774f41348763665fa5e
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Tue Aug 24 10:31:10 2010 -0400

    Added some trace and fix the compilation at the Makefile.in file

commit a4f6726282bf9e3524c2f37f18524809310016ac
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Tue Aug 3 14:36:40 2010 -0400

    First work on liana_ssl

commit b130094bf7401d3d3cf3fee082405724cbe784c8
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Jul 31 14:54:18 2010 -0400

    Cheetah Plugin: remove pipe when monkey exit

commit 5c24b997703d85629da850dd4b41cb1c905ea213
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Jul 31 12:05:07 2010 -0400

    Plugins: invoke _mkp_exit() on SIGINT

commit b9f4e1f51a51eeb87bec7546cd5bef46069bc756
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Jul 31 11:45:15 2010 -0400

    Cheetah Plugin: new conf and new PIPE communication support

commit 9918ccce027eaaad5c88eb2dddd871cfa4b62fc5
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Jul 30 20:59:29 2010 -0400

    Cheetah Plugin: new cutils.c file

commit 5f4bd527e5e401085c93323aaa9a258024594f83
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Jul 30 14:31:42 2010 -0400

    Cheetah: move registration to top

commit 102c6832589303c84b556dc51a1f5028221074a8
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Jul 30 14:30:41 2010 -0400

    Liana: move registration to top

commit 293e0b51b7d1de195c41f9cfe5bd1ac63d9fbf81
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Jul 30 14:30:14 2010 -0400

    Fix MK_TRACE and move registration to top on each plugin

commit c70bd21509a637eb2a7f5b4ff3d4ea6a20dc4397
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Jul 30 13:23:30 2010 -0400

    Temporal fix for PLUGIN_TRACE

commit 8a76bdc444b6ad33b97701363b2384fc16782d15
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Jul 30 13:14:57 2010 -0400

    Plugin struct cleanup

commit d2884679f8ebc79ef745f942f1c606f42490b8be
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Jul 30 13:11:18 2010 -0400

    Update version to 0.12.0-dev

commit 30f21c8efed492e65800ecc9d94a303895c7886e
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Jul 30 13:10:56 2010 -0400

    Security Plugin: Use new registration method

commit 3eabae477e992dcbda6b43e90e9c07bd9887d3fc
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Jul 30 13:07:36 2010 -0400

    Palm Plugin: Use new registration method

commit 463fe33207670f2d969e5ad9dd0e18d7761c391e
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Jul 30 13:04:19 2010 -0400

    Dirlisting: Use new registration method

commit cc77514b0d91a7cb205ec1a75f7f2e71b0db9f04
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Jul 30 12:43:43 2010 -0400

    Liana: Use new registration method

commit 2c92b058fd04d60045ad9f5ecf0f5c59f684afc3
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Jul 30 12:36:37 2010 -0400

    New Plugin registration macro: MONKEY_PLUGIN()

commit 6a70333667ae2a57652e0d10f060876e24348c97
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jul 29 19:56:06 2010 -0400

    New plugin header file for plugins: MKPlugin.h

commit 9c4738722e470e29b1be56d0d693bb7aaf3fa03d
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jul 29 19:16:52 2010 -0400

    Cheetah: refactoring code

commit 62a441e8bddcd239ed9c3546b6c2cd8130fec6ff
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jul 29 18:29:33 2010 -0400

    Cheetah: move constants to header file

commit b97c56be2a6f57c04f376955cc1a9d20a517a022
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jul 29 17:59:50 2010 -0400

    Monkey 0.11.1

commit 5beb18fd6d45f3ff739f69dad62b9abb6b2ad096
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jul 29 17:38:17 2010 -0400

    Limit POST DATA length to 65536 bytes

commit 51a7e58736ec510dcfa12ec781a16b59e68f61e7
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jul 29 10:02:31 2010 -0400

    move thread init keys to new func

commit ee2e8a08182094d4a21f3a46b32d08bdd12bb593
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jul 28 18:48:41 2010 -0400

    Move logger global configuration to conf/plugins/logger/logger.conf

commit 4e8904d569afabf0baffb8a705a36c09e3bc65cf
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jul 26 12:36:14 2010 -0400

    Fix data type in mk_mem_malloc_z()

commit ba9bc9b0382ae6c996d339ebe8a8664de219e3ab
Author: Davidlohr Bueso <dave.bueso@gmail.com>
Date:   Mon Jul 26 11:10:28 2010 -0400

    [PATCH] Grammar and typo fixes

commit 9de8f26ce29358d04bc31af98cfea5c6158f251f
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jul 26 11:01:54 2010 -0400

    Fix space

commit cd5d99614961182d6ad1dbf9b36a885d6e08c21e
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jul 26 10:35:42 2010 -0400

    Add Content-Encoding header support

commit 1125d0a2a21b3a8ebc0e5430a68fb3149f9322a2
Author: Davidlohr Bueso <dave.bueso@gmail.com>
Date:   Mon Jul 26 10:17:24 2010 -0400

    [PATCH] Makefile changes

commit 595cd5c336bf7e0caf9238433c223138b0162b97
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Jul 25 20:11:02 2010 -0400

    QA: update post_test02.htt comments

commit d3b0873baf6132c07f46549ff3d36c9c3025f814
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Jul 25 19:54:33 2010 -0400

    Validate content-length in http pending

commit 1200abd552e02ab1937f4ae9ab94bff156fd603a
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Jul 25 19:51:03 2010 -0400

    Do not process request if post data is still pending

commit 9057accef008661f4e4978912f13b661a21d6ac1
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Jul 25 18:58:03 2010 -0400

    Implement mk_request_premature_close

commit 4173c8ed7211baa2259c5c73d571a04d7eece398
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Jul 25 18:09:26 2010 -0400

    Add missed list.h

commit 75fc5f98ea307cea8b64a9cec24f2d52fe17c1fb
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Jul 25 18:08:12 2010 -0400

    HTTP: Improve POST data receiver
    Palm: Safe POST data sender

commit a0c75be90c8e57eeff576bbac15a72c01ddaab07
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Jul 24 01:57:27 2010 -0400

    Little Palm fixes

commit 073733b953e8980f11bb5d0a9f4aa0272a534b32
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Jul 24 01:41:50 2010 -0400

    Palm Server: Fix POST data support

commit 0b706441321e08cb6a8163b29ab1951f4276b0d9
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Fri Jul 23 21:10:03 2010 -0400

    [PATCH] Added list.h with the needed definitions to manage double linked list. Added list.h to plugin.h and utils.h

commit 3d1c5ef131ade47652459b6ba27ee76254b26a5d
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Jul 23 21:02:33 2010 -0400

    Palm Plugin: Enable REMOTE_ADDR cgi header to palm request

commit ae02e21a017b80e55cdc77270ef642b05a86b304
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Jul 23 20:58:12 2010 -0400

    Add host_port mk_pointer to request struct
    Palm Plugin: add HOST_PORT header in palm request

commit 0e6273e1c20c6f9437e9d09f9dc11a725761b010
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Jul 23 19:55:05 2010 -0400

    Set mk_pointer config->port and add server port to Palm plugin

commit 62686138c50dc3888dd53a7bc2baa68ac53f969e
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Jul 23 18:22:06 2010 -0400

    Validate header response status on send
    Palm Plugin: check Status CGI field

commit 81ba0f36a7aa173fbbcfaa04728d3a1b73f5d632
Author: Horst H. von Brand <vonbrand@inf.utfsm.cl>
Date:   Thu Jul 22 14:33:30 2010 -0400

    [PATCH 6/6] Fix file/directory names

commit 9d5e869d701be53b650fa9f1378b137ce5ffaff0
Author: Horst H. von Brand <vonbrand@inf.utfsm.cl>
Date:   Thu Jul 22 14:32:52 2010 -0400

    [PATCH 5/6] Bump release in specfile

commit 1c63c46f0f075bfb77a945b3a93ad8ca35e1989a
Author: Horst H. von Brand <vonbrand@inf.utfsm.cl>
Date:   Thu Jul 22 14:32:02 2010 -0400

    [PATCH 4/6] Package correct monkey.conf in specfile

commit 67a824425ada06058a43ccb5c9af357e6b62ef65
Author: Horst H. von Brand <vonbrand@inf.utfsm.cl>
Date:   Thu Jul 22 14:31:28 2010 -0400

    [PATCH 3/6] Add locale handling to specfile

commit cba7391985ec410c2efc49c5651699f37f4a995c
Author: Horst H. von Brand <vonbrand@inf.utfsm.cl>
Date:   Thu Jul 22 14:30:45 2010 -0400

    [PATCH 2/6] Reorder tags in specfile according to Fedora guidelines

commit f97e6010f9480097842bbc5d729e4c89ab4b62e8
Author: Horst H. von Brand <vonbrand@inf.utfsm.cl>
Date:   Thu Jul 22 14:29:18 2010 -0400

    [PATCH 1/6] Minor cleanup of the spec file

commit 0dfa317d1c5b33aeebdc21bb15d18f16a7e3cbc4
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jul 22 11:25:39 2010 -0400

    Update version to 0.11.1-git

commit d2d8a3384f40a5ccbf2ae12841e052f63f0ce28b
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jul 22 11:03:24 2010 -0400

    Security Plugin: set http status for URL rule match

commit 9ccb145c6c2ba71aece45697a6c87dedd1382911
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jul 22 10:20:47 2010 -0400

    Strip plugins on make install

commit 4c5e441895fbe30e32907d326c145799c67901b4
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jul 22 09:57:19 2010 -0400

    Drop status_p from headers and fix Logger plugin

commit 76ce40169c0311aa940edfce59b1c1c26ef71e2c
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Jul 20 15:04:18 2010 -0400

    Fix thread_key plugin connector

commit bc8f78bc072ba5ef163aa33bfa00d77ff81d0e98
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jul 19 12:33:55 2010 -0400

    Safe use of va_start()/vsnprintf()/va_end()

commit a34265f1e00e4af717d335ab48c49a268a10c945
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jul 19 12:13:51 2010 -0400

    Dirty hack to fix vsnprintf() problem in 32 and 64 bits

commit 573f51412b628a4f643b0227fdedeb104305007b
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jul 19 11:12:12 2010 -0400

    Fix 64 bits warnings and issues

commit 792f05a50ee763a9b9e80867a86b521c1f67607b
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Jul 17 10:30:31 2010 -0400

    Configure script: replace make by $(MAKE)

commit 12c8cd5d413e1820481af7dd5a102a9b692d9924
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Jul 17 10:20:02 2010 -0400

    Fix pointers warning

commit d4b84332f2a54f1030957eb3e0d834bb4546cfdc
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Jul 16 08:53:43 2010 -0400

    Monkey 0.11.0

commit 924ac75d9ba4f5efd8163ef3c53522cccc2bcf47
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jul 14 10:55:40 2010 -0400

    Plugins: use compiler defined in environment

commit fd4a7a35469ebfc6e6622816c8199621a5e0be3d
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jul 12 13:35:08 2010 -0400

    Fix config.c merge

commit 52eddac688373c6f0e46860e7324fd5a801df9df
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jul 12 13:25:06 2010 -0400

    Update configure script to v0.11.0-git

commit 51c34c1a2a13a230557584f92b4a90b761e58216
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jul 12 13:24:38 2010 -0400

    Fix merge

commit f57f5485a1aa3c6cf92513a3c414c9803172bc72
Merge: dff448d 30fc792
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jul 12 13:20:41 2010 -0400

    Merge v0.11.0-dev branch

commit 30fc792384a1e564fdf707c5dab38bf8d4029ba8
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jul 12 10:48:51 2010 -0400

    Read somaxconn from procfs

commit 28931dee0f8723d06e1ad31675945ca4ed9f4776
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jul 12 10:13:13 2010 -0400

    Palm Plugin: Set status 500 on palm server connection problem

commit 6c88d399921bedb862c8eab11192dac46ea2faa4
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jul 12 10:04:56 2010 -0400

    Missed realloc()

commit df8493659092a84c69f6c0a6ba68fdfae4e31ab6
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jul 12 00:34:27 2010 -0400

    Ser worker capacity inside configuration

commit bd38084c55f7caadc9664ad1c3af3a27b79ab4f3
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jul 12 00:30:06 2010 -0400

    Cheetah! Plugin: Add new 'config' command
    Remove indexfile struct

commit 6462cf76e62e97faa3936666dd9509d30811e7da
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Jul 11 23:52:14 2010 -0400

    Print Monkey details before invoke process context

commit c852ebed7aff6bcdd894d47c1451c832a1958370
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Jul 11 23:47:19 2010 -0400

    Default request chunk size set to 4096 bytes

commit 5f702e42d3b541a06772a4ace443ba2f590f5b94
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Jul 11 23:38:53 2010 -0400

    New MaxRequestSize configuration directive

commit f8f2a7f4eb175b08fc9819284d6bf030626c7e08
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Jul 11 23:05:34 2010 -0400

    Request buffer size now is dynamic :)

commit 02c92f0fec10c86eaf18a82fe2eb126a809942b3
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Jul 11 18:44:04 2010 -0400

    Request error: just validate page pointer

commit 1435fb94b021225e35fbd6ba5d7e5903f584fb3f
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Jul 11 18:38:28 2010 -0400

    Logger Plugin: Add 413 status 'Request Entity Too Large'

commit 4df6376fcb2d2bc847332363d590c01535dabb3c
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Jul 11 18:21:32 2010 -0400

    QA: Add test and checker for 413 error

commit 0ed8022c6981c3b2c3ec5fc3ac0c6ce639c6b902
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Jul 11 18:16:23 2010 -0400

    Refactoring mk_request_error()
    Do not send content-length header if HEAD method is used

commit 370d661b54af1f0c88bf0f4a030ec55745e165dc
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Jul 11 18:03:01 2010 -0400

    Add status code 413: Request Entity Too Large

commit bf291c1c46a94087b5d6a33aea2672704b43731a
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Jul 11 11:48:18 2010 -0400

    Fix plugin thread key API
    Plugin: Fix thread event list
    Plugin API: new event_del() interface
    Palm Plugin: Fix
    Palm Server: remove unnecessary pipe()s
    More descriptive TRACE messages

commit 72bb731716fb1d0c07b957471c5ffed45216cf7d
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Jul 9 19:07:06 2010 -0400

    update a line

commit b8e50e13f1bd5e139949def5ca32cc0e08b7781e
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Jul 9 14:50:37 2010 -0400

    Palm Plugin: Fix request_free

commit 8396ea6d5e99e74a30b3405d56012de540bb0494
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Jul 9 11:40:15 2010 -0400

    Do not close STDIN in daemon mode

commit a7268886df2aeb5b008902ea44f5a4d89d1bbbaf
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Jul 9 11:12:24 2010 -0400

    RPM SPEC: Add 'monkey' user to the system
    RPM SPEC: Fix log directory permission

commit 074e76d262d971266cc2930fa2aa92800ee04c5d
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Jul 9 10:33:09 2010 -0400

    RPM Spec: add logdir

commit df6273eaa8bf5bcaaff13ecaf194230cf86703b7
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Jul 9 10:19:21 2010 -0400

    Fix configuration text template line lengths

commit 356a27c7221724f49c0ffffd3c2885c09cde1bd6
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Jul 9 09:53:48 2010 -0400

    New RPM builder spec file

commit 273ed1d3f5097e00cf475ba70ed121cb67e7ef73
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jul 8 14:28:44 2010 -0400

    Palm Plugin: little changes

commit e0a4f72493f0bd287906417fdeb12a883fbf3e46
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jul 5 16:03:26 2010 -0400

    Palm Plugin: fix thread key var name

commit be159a359954e9a2d1a2f23cca200d95b840f2b3
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Jul 2 08:37:16 2010 -0400

    Palm: Launch each palm in a new process context
    Palm: Fix auto create new child on die
    Palm: Kill palm pids when the server exit

commit bc5de8033ba88761edddd7202a97d46343f95b76
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jul 1 11:12:01 2010 -0400

    Palm: Fix POST method

commit 9cba0a0a7ca5494f58ea2c6252ccdf402421d14c
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jun 30 22:55:09 2010 -0400

    QA: remove files

commit fdc7934d57f1196c57c4290a68e33918c219b4a4
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jun 30 22:53:55 2010 -0400

    Add missed QA log scripts

commit 48c0af36778977475dc0e5d2800b678204d5d543
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jun 30 22:40:01 2010 -0400

    QA: Fix headers case insensitive log check

commit d58a0a61b4de2f70c19b106ecf81515a7f2b350f
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jun 30 21:47:14 2010 -0400

    Set content length inside http_range_parse() if ranges are set

commit 83e6716334dee76368722a69036fbae0b02f4435
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Jun 29 20:08:56 2010 -0400

    Add mk_string_itop() to plugin API
    Logger: use new str_itop() API
    Remove mk_utils_int2mkp() function

commit 355150aa5640d261bf3c08771b4a8f1af261c8ca
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Jun 29 15:23:36 2010 -0400

    Faster mk_utils_int2mkp()
    Add mk_string_itop()

commit f38ab6217b55eb8c5725c61911e39eae3b38adb0
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jun 28 17:21:16 2010 -0400

    Trim each key/value configuration string

commit 8e4dad88cd26ce75a6699aaebf5281769ff66f59
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jun 28 17:17:50 2010 -0400

    Add internal mk_string_trim()

commit 88edd1d0397f315ffb188e15c60200f18566777f
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jun 28 11:26:32 2010 -0400

    Remove deprecated maxclients and maxip from configuration struct

commit dc1a3f090af1225e15b751fefc05f1a253914f59
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jun 28 11:25:15 2010 -0400

    Fix workers configuration value

commit 3229fc1c8fe051fc4fba20ca063c80806611789b
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Jun 27 12:11:14 2010 -0400

    Good bye strftime(), it's not you, it's me :P

commit ccec86920bfee90d5c610ad412ba39a3c609fab6
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Jun 26 21:48:31 2010 -0400

    Send bad request response headers on bad request

commit ff220b1782bb875506c32f75e931e8ec8c845a8a
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Jun 26 16:11:55 2010 -0400

    Replace some pthread_getspecific() calls for the new mk_cache_get()

commit eabdee01173e11be445d0b0aa19b6c73627206ce
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Jun 26 16:09:09 2010 -0400

    QA: Add last_modified qa script

commit 8fd4815879245979b191627767c1dd765a6b1ee0
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Jun 26 16:07:37 2010 -0400

    Fix 'Last-Modified' response header

commit 9ce7b4d9cf99db3191592352593bccab6fec4747
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jun 23 18:49:47 2010 -0400

    Add uri_01 log checker

commit 07377274e993e9098182cecfba1f5c9e541c8852
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jun 23 18:49:23 2010 -0400

    QA: Add protocol test files

commit 296c5135d00f0432254df4ffcc8da5d9220051c9
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jun 23 18:49:01 2010 -0400

    Forward Port: Validate empty protocol

commit 11605af53081fa701f2d20ef0c8dbf9908829f1b
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jun 23 18:46:11 2010 -0400

    Forward Port: Fix data type for uri_len in http.c

commit 762a439eb2af9dc0b6cf1cee5de8c3694623f542
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jun 23 18:44:08 2010 -0400

    Forward Port: Protect mk_buffer_cat() from invalid length

commit 4117c2b010d8982594ac7e64a8da11a699c5a0d5
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jun 23 18:42:43 2010 -0400

    QA: Add uri test files

commit 7f1a723d158aac6ad35446e7c492260c35837241
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jun 23 18:40:20 2010 -0400

    Forward Port: Force validation of initial slash in request URI

commit dff448d17fab961ee7947e6e630296a9a16f87f4
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jun 23 17:55:36 2010 -0400

    Monkey 0.10.3

commit ece8dbc85051f2ce7da69ae8b8338ab302cb6b15
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jun 23 17:24:05 2010 -0400

    QA: Add protocol_02 test

commit a1bcc16e8cd69f0360b4b6d20367b4097b4ef08e
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jun 23 17:04:04 2010 -0400

    QA: Add protocol_01 test

commit 8b2d9447cd2d4c41d963c7b62e199cdc640ab2e3
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jun 23 17:03:40 2010 -0400

    Validate empty protocol

commit 361d701d4fdd61eeeeee66b9f90ce0be9e2a1545
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jun 23 16:33:50 2010 -0400

    Monkey 0.10.3

commit fc7f1dddc75f6ef8d732ec4b1d97760f8f9b0271
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jun 23 16:31:19 2010 -0400

    Fix data type for uri_len in http.c
    Check return value from mk_buffer_cat()

commit 96e35bf0f120546af82784f456a3437b28a474b2
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jun 23 15:53:55 2010 -0400

    Protect mk_buffer_cat() from invalid length

commit 49bd4d0ca104faca6c8fd34f0db07a76b7a279bb
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jun 23 15:29:12 2010 -0400

    Monkey 0.10.3

commit 9edfe0c9ccc34064bb9045120025591ebe23b139
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jun 23 15:21:17 2010 -0400

    QA: Add uri_01.htt test (check first slash)

commit bc5dd0267abb8f32c409d3475b934795bd137ad3
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jun 23 15:20:44 2010 -0400

    Merge header and log info for file size when ranges are used

commit fc56e6a1382eb0335fcd16fdef0858302ac9e981
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jun 23 08:26:06 2010 -0400

    Force validation of initial slash in request URI

commit 001f9d6788a4bdb6c44b5f4dad2d046bce6ea958
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jun 23 08:02:07 2010 -0400

    Missing semicolon

commit f86008fd2deeec9fab7a43c47b9ba024e3a4c8e9
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Jun 22 09:20:00 2010 -0400

    Logger Plugin: Add FORBIDDEN error message

commit f210e376562c1cd3c87f7f787ac7f7a86594a0f6
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Jun 22 09:19:39 2010 -0400

    Logger Plugin: Use unix breakline code

commit d485ad50ba910a1061d1c27bd33507666c21c0ff
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jun 21 13:16:31 2010 -0400

    Plugin API: Add header_set_http_status() call
    DirListing Plugin: support new configuration mode
    DirListing Plugin: Fix theme and man configuration

commit 721a688db4e16bf623a4c5751c6ac01aafc91bb5
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jun 21 12:38:28 2010 -0400

    Logger Plugin: fix entries

commit bbacdcb12f5db1c019c7c16634d50bb32f55ecea
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Jun 20 12:22:51 2010 -0400

    Logger plugin: add files

commit b9faf647bfd0464b6ce5f8265de28c72963198bf
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Jun 20 12:22:31 2010 -0400

    Logger plugin: add error log support

commit a9ced288e9e13de61e96c94d84b38e5543d2ed60
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Jun 19 19:35:36 2010 -0400

    Fix 'FIXME' code

commit 1603fdeea80376391df445a6edfe25bc906eb047
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Jun 19 19:32:59 2010 -0400

    Do not free CR before check KeepAlive

commit c76e77660c913c8b3ab151e76c085a5862cc5289
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Jun 19 19:10:12 2010 -0400

    Logger Plugin: add Global configuration section

commit a8dd3baeabaafa75c290e5eb1cc86e7af535c005
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Jun 19 18:44:04 2010 -0400

    Fix configuration reader, do not override global section names

commit 155e22d26a5ca0afc2face09c331f3c6a06b1d58
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Jun 19 17:54:42 2010 -0400

    Plugin API: Export time functions
    Plugin API: Set plugin thread keys before invoke prctx()
    Plugin API:
    Core: add mk_header_set_http_status()
    Core: remove old log cache
    Core: add mk_pointer protocol_p to struct request
    Do not free content_length_p when sending headers
    Logger Plugin: Access log working

commit 92e1144332495c0c0fb3b89f657f4cc9d68891c5
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Jun 18 18:06:52 2010 -0400

    Enable STAGE_40

commit b5043a203f5a7467321918fd1720de77a37c70a8
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Jun 18 18:04:14 2010 -0400

    Drop logfile.c dependency

commit 6ab9a2bc6840f49ebb5652cdf54c91eb196b0e14
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jun 17 21:46:18 2010 -0400

    Add Logger Plugin (under development)

commit 19730b062f752401b89b9ee9f7e52638b024c1c5
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jun 17 21:45:35 2010 -0400

    Deprecate core logger

commit 4300e297b1e74e1998ff0be05b9434a3e5ba684b
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jun 17 17:08:55 2010 -0400

    Plugin API: Export mk_epoll_ calls

commit 93bc69fb47edc63d669968b5c55cb285676b1b49
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Jun 15 17:38:03 2010 -0400

    API: export mk_worker_spawn()

commit 95a8b1867a0dcc6d4437fd9253f20a68531f2a13
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Jun 15 17:25:26 2010 -0400

    Fix plugin hooks declaration

commit b35c51d4f5c3912100cc79b079b40c9adb902969
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jun 14 17:16:47 2010 -0400

    Fix un-freed cr nodes

commit 2109750a7af2d2888748f9df223fe750ab12943d
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Jun 12 15:28:33 2010 -0400

    Changelog update

commit 07abe05218db6f412aea151019921f5cc9739afb
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Jun 12 14:35:13 2010 -0400

    Monkey 0.10.2

commit 2f3ce8bd01ffd39c4fc042690978350a52055fd6
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Jun 12 14:24:52 2010 -0400

    Rename Logo image file

commit 134a226f9da58de0f550415dcecf9474c535c5dd
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Jun 12 14:06:47 2010 -0400

    Close connection in handler write if process returns ABORT

commit 8109a7409ec52aaab22e003cdaeec656123d5ca0
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Jun 12 13:50:26 2010 -0400

    Load plugin trace message before load

commit 2d76a292985125a66284b37371176f8af345fe59
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Jun 12 12:34:55 2010 -0400

    Security Plugin: add trace rules

commit 40e673d32c4e8261abb97fef0714741cb3cfc202
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Jun 12 12:16:29 2010 -0400

    Adapt security plugin to new configuration model

commit f4c72ed3b55a1100ae3bd2660530ddd777b8d7c5
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Jun 12 12:07:32 2010 -0400

    Adapt palm plugin to new configuration model

commit df7a1ce79bd4e7348163a323ec6c2066f5700d57
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Jun 12 11:56:24 2010 -0400

    Adapt palm configuration file

commit 1e570d29f48ceb2c8280577cea76f677630a646c
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Jun 12 11:53:50 2010 -0400

    Adapt server config to new configuration model

commit 3b297b5767b34d8f8d99ebd0962f3df7c1b22671
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Jun 12 11:42:15 2010 -0400

    Adapt mime types reader to new configuration model

commit a870e2522902d7d4611477680bd68fc8a231ad7a
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Jun 12 11:40:55 2010 -0400

    Restructure configuration 'structs'

commit b63883dc56f1d46a09b6e7fbe891225ef7310e74
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Jun 11 20:06:57 2010 -0400

    Read from indented configuration

commit 0dddda3162e5ec33742f4b8befd469290f988847
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Jun 11 08:32:36 2010 -0400

    Indent configuration template

commit 2d7f7fd0951d00b9be356fe99c68e04a1f3a894d
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jun 10 00:08:22 2010 -0400

    New configuration reader: indented mode

commit cdf629003f5f9ecdbede745212e8a0f039cf37da
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Jun 8 15:31:45 2010 -0400

    Update configure message

commit a103adf31f9bfb3341a59518f47b098693c56bcd
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Jun 8 14:40:55 2010 -0400

    Config: skip 'value' empty left spaces

commit 61ad3e7cd2d71fdcb1455369b33b08b9c8fb0178
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Jun 8 14:39:08 2010 -0400

    Fix #6: Monkey as daemon, logger do not write log files

commit 9215903eda3bfba69345875631fbe728b9bb5567
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jun 7 14:49:01 2010 -0400

    Colorize headers sent in MK_TRACE

commit 28e197ba2249922f2b5efc45b2f6bfc100ef08b8
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jun 7 14:36:29 2010 -0400

    Fix: set right content length for headers

commit 981be84767361782ebc79e93c304b9aee16e5963
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jun 7 14:34:43 2010 -0400

    Print headers sent to STDOUT as MK_TRACE message

commit 48ae46b3a8f5faa87749274409ed6639e8a441d1
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jun 7 14:31:31 2010 -0400

    Set content-length pointer inside header_send()

commit dd3f39e1c5ce68fab353c96c0091f9c0deea0a6d
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jun 7 14:04:03 2010 -0400

    Check STAGE_30 return value for not found file request

commit d451bf65e7cc23cb2430aae4accf9aa58a0d04b1
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jun 7 13:18:03 2010 -0400

    Return right data type for API->header_send()

commit 0f843c580d0cf3eb7bd24f11b4f356ca152d8fc7
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jun 7 10:45:58 2010 -0400

    Remove unnecessary trace

commit 8501f3f2099fa2a9c96274f3abe77302eae15b01
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jun 7 10:29:33 2010 -0400

    Remove security rule in security.conf

commit 3f1f05c99ac24f9d3e827d6a58064ba4179b8007
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jun 7 10:29:07 2010 -0400

    Remove double STAGE_30 call

commit 87bceea3be32c04ffe1648036ecf39b5558a1fd4
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jun 2 14:10:32 2010 -0400

    Set values for content_length and content_length_p in one function

commit 1f04d77872cb7fcb9051302b3e8f1e9860e5d7bf
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jun 2 13:21:26 2010 -0400

    Return FORBIDDEN error if open() fails

commit 3f37443e79ce331b4fba108ee7500d7a6c948e94
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jun 2 12:56:47 2010 -0400

    Fix file permission check

commit f7e11d100147a712fc4c7494453a204bee4475cb
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jun 2 12:09:50 2010 -0400

    Remove trace message

commit 5acdd396a2cb2e6a6078e129405bf6fcb146ec3f
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jun 2 11:29:57 2010 -0400

    QA: Add log rule for directory redirect check

commit d39e2e635983afac2436a8686ffc151e90918cb2
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jun 2 11:22:25 2010 -0400

    QA: Add directory redirect checker

commit d5f007fba75c8539a4bcd3829554001fe9d50258
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jun 2 11:16:21 2010 -0400

    Fix plugin return values for STAGE_30
    Fix directory redirect

commit 601344a416bf3bcebba035ee4d4ce3cc9c1c4237
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jun 2 08:12:29 2010 -0400

    Update plugins version to Monkey version

commit b6f8bdceead8751592d5111d93138e1ac5e03860
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Jun 1 11:41:21 2010 -0400

    Read env CFLAGS and fix some plugins variables declaration

commit 09c24d197f25dfb700ccd83c121832e782225e28
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Jun 1 09:54:46 2010 -0400

    Fix #6: Monkey as daemon, logger do not write log files
    For some unknown reason, when monkey goes into daemon mode after launch
    the logger worker, this last one does not write to the log files.
    Issue fixed moving the daemon routine before launch workers.

commit 7cb8abf92576bc28e3435cf8798b32a651e2296b
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon May 31 23:11:40 2010 -0400

    Fix #7: QA script if_modified_since_test03.htt failed
    Core was resetting requests nodes from client request struct
    before check the KeepAlive. Also when the request client were
    removed from thread index, the index was not updated.

commit c710d7488760e1c620cf4ded083c79621b2f1353
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat May 29 08:47:43 2010 -0400

    Plugin: Enable STAGE 50

commit 16e728d524ed12c18c81b51cf6cb366c52b84fe4
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri May 28 09:33:14 2010 -0400

    Palm Plugin: remove dummy trace

commit 71e7aab5b5a2edd407fd1744c96814d01adb69b5
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu May 27 15:23:50 2010 -0400

    Palm Server: fix debug message

commit 1b52d13df15e91ff762359db541187ed76673005
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed May 26 16:43:08 2010 -0400

    Improve plugins loader
    Now plugins can return -1 when the init hook is called to avoid be registered

commit b65c1859fa7c9066f91580caadd550fa20d17de5
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed May 26 11:51:26 2010 -0400

    Add _mkp_exit() missed hook to plugins

commit 3d502bd2f960f76ec31a6e72e3cc868be34eb949
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed May 26 11:25:05 2010 -0400

    Plugin: validate init and exit hooks

commit 5ed3cbb26c764ea65e12879658bbee2bb83e2724
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed May 26 10:16:34 2010 -0400

    Fix and implement new API spec
    Dirlisting: fix stages for new API
    Cheetah: fix stages for new API
    Security: fix stages for new API

commit 8099c9d51aede8dfc571658f00adea1f8646d25d
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri May 21 09:44:39 2010 -0400

    Palm Plugin:  update plugin data when deleting request node

commit 505d98b75ee10b66e7b1852d0f7b901ac2ac3651
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu May 20 16:41:42 2010 -0400

    Palm Server: add debug.py

commit 88a1f3dcde4be3fd157c6cbaaf31a48d1a4ea1b2
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu May 20 16:39:48 2010 -0400

    Palm Server: Improve debug messages through env variable PALM_DEBUG

commit cca96b62b5884425253bca94977dc5a024909f16
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue May 18 22:57:11 2010 -0400

    Palm: handle errors when executing in child

commit 741a988013d7ce78ca439b5b5c21ad8ee4f994a4
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue May 18 22:27:30 2010 -0400

    Palm Plugin: do not own request if file does not exists

commit 4a746dfa79a8593f8709754209d9dfb17da347cc
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue May 18 22:22:03 2010 -0400

    Palm: change ports (again)

commit f572af89a787838c9dd8b3fd321e8d0e81ce6746
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue May 18 21:49:16 2010 -0400

    TRACE: load plugin message

commit 3c3c74fded312e591c622de9e0c2a0b04f6c265f
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue May 18 11:39:41 2010 -0400

    TRACE: Fix init time for first message

commit 990e0aea2d01512bf2259cb7f374c40225c695e6
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue May 18 11:34:46 2010 -0400

    Move first monkey trace message to the begin

commit 7a315dd952bee93cb1a2d64ece7b08f73d8f9233
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue May 18 11:29:48 2010 -0400

    Palm Plugin: add trace for registered palms

commit 9cab84ad6b316ee68c39356872bfebc7795f4123
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue May 18 11:22:17 2010 -0400

    Palm: change configuration ports

commit 8441f6be49c06e95ac4fd62474dc6aaeb799d065
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun May 16 22:32:05 2010 -0400

    Palm Plugin: Add request method to environment request

commit 5a1c793ef8775305e26457cb49b29256dac1e7b1
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun May 16 22:04:29 2010 -0400

    Palm: add hangup() function

commit 0b0c433c61e4dd2d17fb903d8be11792da6eb350
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Fri May 14 21:09:04 2010 -0400

    Added CC option to all plugins Makefile.in
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 7b1a544688d658de9d5c252d30c5c3dc43e20369
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Fri May 14 21:01:39 2010 -0400

    Added a check to configure to verify that there's a compiler installed
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 6b1c9d2be01306dc46b653b4168a70daf8eb6f6a
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri May 14 18:17:02 2010 -0400

    Optional Palm Plugin

commit 4c2d64920177f074f1fc15483f3321e3f766959a
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri May 14 18:06:43 2010 -0400

    Plugins: improve plugins.load details and add plugins ABOUT doc

commit 88bfd0f098bcd94611e76900cd9fea1658930e82
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Fri May 14 15:30:26 2010 -0400

    Fix bug in configure, it wasn't looking the correct plugin dir. Added ABOUT option to added a proper comment line to plugins.load
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 09c34af7767557a9af9032af903ac63cababf036
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Fri May 14 15:11:33 2010 -0400

    Fix configure to do sed work in-line to both expressionan create Makefile directly. Replaced ENABLED for OPTIONAL and added MANDATORY for plugins compile options
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit e4b7cec9f8e5dd6a2099a9bf1ec85c57ea2c0e47
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Fri May 14 14:43:39 2010 -0400

    Configure add proper cflags an defs to Makefiles at plugin dirs. Added proper #ifdef #endif to palm.c
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit e010e9767db4f768ed7a2e4ef7c0517c4cd8e6fd
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri May 14 13:25:38 2010 -0400

    Config: skip 'value' empty left spaces

commit 905c4bc9553200b9173eb707504e14db0c644119
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri May 14 10:55:59 2010 -0400

    Plugin: new API call http_request_end()

commit 343270c585eb69f6ebd86c233e61954b92f48622
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat May 8 13:51:24 2010 -0400

    Palm Plugin: enable content length

commit e556adc5533c86cb6b84544e5a50b5ce9a8f8b33
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat May 8 13:26:58 2010 -0400

    Palm Plugin: do not use chunked transfer encoding for HTTP/1.0

commit 46fcc7525d207a579a39530249bb13a4bb79db14
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat May 8 10:40:07 2010 -0400

    Palm Plugin: Use real path instead of request uri

commit c07531bd851afffe27f485b0a3c1720f0b296849
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat May 8 09:43:56 2010 -0400

    Palm Plugin: Fix sockets and send final zero chunk

commit 0cd799e85831d1e51bf61b13184b8939b2e2ce4f
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri May 7 15:05:35 2010 -0400

    Remove silly palm server code and remove tcp no delay in palm client

commit 03ae7eb204862161312c7ddd63ecc8fcae0a5a0e
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri May 7 14:12:54 2010 -0400

    epoll: check error event after EPOLLIN & EPOLLOUT

commit b22ded92a67ab3e4af435230634795c948a0b9d7
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed May 5 09:54:35 2010 -0400

    Do not start if socket server have failed

commit 6a6f810d3d143748d111655c619cc0df5d9274a0
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Tue May 4 13:43:19 2010 -0400

    Added declratino of mk_palm_request_get_by_http() to request.h of palm
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit b4c7a78a7c8d3ac85f3bc0c5ab8f76ad11d25194
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Apr 30 13:40:08 2010 -0400

    Change plugin events and palm plugin hooks

commit a2100cf1e23a62813ec3fcfc1d17bc170e49f840
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Apr 29 16:54:57 2010 -0400

    Plugin API: rename get_somaxconn() to sys_get_somaxconn()

commit 60e1742bd255588d6ca3f65c1cf10efae352ef07
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Thu Apr 29 16:45:51 2010 -0400

    Added bind, listen, create_socket and server to liana and replace
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit e1bf6e52f944c594bbe43ff484b2d895072fd0bd
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Apr 29 16:12:33 2010 -0400

    Palm Plugin: free resources

commit d29250f4b09649b6d3d7a6d296cd8788211506ff
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Apr 29 15:53:01 2010 -0400

    Palm Plugin: fix missed epoll notification

commit 5d0c533a76b0f9fc045dfaac243ec4e60978c574
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Apr 29 14:17:59 2010 -0400

    Palm Plugin: change some trace messages

commit 3b070c50155c31adc945d239b3d5d1ea1b59a1e8
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Thu Apr 29 13:25:11 2010 -0400

    Moved mk_socket_connect to the proper function inside of liana plugin
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 77b7d7bb2425e163ab0f9a04a00327dd56653fb1
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Apr 29 13:24:44 2010 -0400

    Palm Plugin: set socket TCP_CORK to OFF after send headers

commit 71ac4e0bea6cb03f4764f19a2fc76be90c511e87
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Apr 29 13:17:56 2010 -0400

    Palm Plugin: remove deprecated function

commit 8478bd0035e79bf2c6513b10f112aa23c71e3309
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Apr 29 13:05:19 2010 -0400

    Palm Plugin: set socket status

commit 5150567186bf2b5322512fa11ed06bf5f0227193
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Apr 29 12:49:57 2010 -0400

    Connection: use right plugin read returned value

commit 4f8ba77d40f130c085bbd0a3e91ea06ed19591b5
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Apr 29 12:45:55 2010 -0400

    Palm Plugin: fix return value for read()

commit 18ed002a9584a76e92907ace72913f53a3c07735
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Apr 29 12:42:39 2010 -0400

    Remove silly message 'Aqui va'

commit 8ab028f8491da993626bce4cd975ca7cc82aca8d
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Thu Apr 29 12:14:39 2010 -0400

    Replaced write() and read() for mk_api->socket_(send|read)
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit eed08188a0cf441d27bab0fc5fa0cc2cc4ea3504
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Wed Apr 28 16:48:02 2010 -0400

    Added some missing .h at the top of request.c, fix Makefile to link request.o.
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 9b45505cadf6c86d62fe30b1caec1961408d1eb5
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Apr 27 16:41:11 2010 -0400

    Palm: split request code

commit a6ff7c0c65f34eb012ca9ab487451fdc71918c15
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Tue Apr 27 15:46:37 2010 -0400

    Some order in plugin.c. Added more callbacks realted to sockets in the plugin api. Proposed .gitignore
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit b5fb90872ca66cbe86c12b71e53cfbb652cc92f8
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Apr 27 14:55:00 2010 -0400

    Plugin event: return hook return values

commit 6082f8400fab686c8f3b61cc0a372709d48d2cfd
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Apr 27 14:52:19 2010 -0400

    Epoll: set ret to -1 in every cycle

commit db34b2f0bf87c5d9afc8dd9c705fc9be315319b7
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Apr 27 11:53:47 2010 -0400

    Fix epoll interface events

commit a5dab47ef17bbd250244c6dd23cab495dc25a2d3
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Apr 26 17:46:04 2010 -0400

    Palm Server: os.wait() on child die

commit 9dc53e21d4c5f992238d7098918963f45e716302
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Apr 26 16:49:44 2010 -0400

    Scheduler: remove incomplete client_request from list

commit 1b7cc37a52ee11c14ae6be4b35dcf0d6076a115e
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Apr 26 15:58:14 2010 -0400

    Epoll: add mk_epoll_del() interface

commit 9f3be00c19541b776a62d7e8b27bdd638db7ad84
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Apr 26 15:12:59 2010 -0400

    Plugin: event add now requires EPOLL modes

commit 78e8e4a9f38ca5a7abade8e3b5d0d616cd93dd32
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Apr 26 14:18:47 2010 -0400

    Add plugin handlers for events

commit 0e3fc059a6765a90ced3eb9b73c159d1d9168857
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Mon Apr 26 13:01:56 2010 -0400

    Deleted some trailing whitespaces. Added a method to Request on palm server. Fixed palm plugin to work with the new api
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 4805774da7cf47af18674b325c231f77150cc38b
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Apr 26 12:52:18 2010 -0400

    Plugin API: Document event_* hook calls

commit 141a4e631ad0254a702df57891353767b5ee6ced
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Apr 26 12:43:55 2010 -0400

    Plugin: remove old STAGE_60

commit 53a5e4c2456b7d71713d308a1fded91b4cb13165
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Apr 26 12:41:14 2010 -0400

    Plugin: Add new event plugin hooks

commit 1b2c755bf94f00896b934b4a0de05d845444d6e6
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Apr 26 12:03:17 2010 -0400

    Liana Plugin: remove cast

commit b995809ab33dc78c5f21e2f93711a5d7a683bce5
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Apr 26 11:56:47 2010 -0400

    Plugin: use right return data type for exported functions

commit e2119ef7817799b68216a80e4e236b00ea87bd74
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Apr 26 11:41:11 2010 -0400

    Rename m_build_buffer() to mk_string_build() and move it to str.c

commit a2769ecd9ec34ef4cc1ba99d62f5c464393a655e
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Apr 25 11:56:32 2010 -0400

    Plugin API: Add API definition

commit a8f8963d2303b8290f307d96a2a4d61b82c8dbc7
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Apr 25 01:13:17 2010 -0400

    Plugin API: Add function definitions

commit 2f65eba33206de81902cae94aa2f92e1d47fe411
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Apr 22 17:01:51 2010 -0400

    Cheetah: colorize plugin category tags

commit 27c028e68f9c64870da9d75dbbd0bbda6a43bbd4
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Apr 22 16:51:21 2010 -0400

    Enable DirListing plugin
    Core: fix directory http restriction

commit 72b1ec2932fa8fc855d26b7a0ef22d77702748ba
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Apr 22 14:23:02 2010 -0400

    Rename api.txt to API.txt

commit 55892b050fb3148d38d540454904ab33cab69626
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Apr 21 20:49:10 2010 -0400

    Liana: Accept socket and set non-block inmediately

commit bbcd028276780c3611f6149188d0a6fcc381c99e
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Apr 21 20:47:10 2010 -0400

    Plugin: change type for neti* map

commit d9fa53c3d0a54e62a86a2134197d3adbdd990bdb
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Apr 21 13:07:23 2010 -0400

    Liana: code cleanup

commit c45e302e4cffa3fcd66b859bd30185f933a83f5b
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Apr 21 13:03:53 2010 -0400

    New Liana Network Plugin

commit 1945e06be0a9bba0b69331ff21371415c4decea1
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Apr 21 13:03:17 2010 -0400

    Plugin: validate NETWORK IO

commit c71471b1a434bee6d84d651170e5ac835cfbf8bb
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Apr 21 12:58:25 2010 -0400

    Configure: optional ENABLED file under mandatory plugins directory

commit 8ea12e29118da08294ae6dc25da0d40abeff301b
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Apr 21 12:44:47 2010 -0400

    Core: add wrappers for network io calls

commit 4b57e6fd888daf9d783d1c86ca61e731f45c961d
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Apr 21 11:50:20 2010 -0400

    Plugin: add TRACE detailed message when NETWORK IO/IP plugin are cincomplete

commit 359fdcadb0cae86924cb0e81e9600b2324632e70
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Apr 21 11:37:35 2010 -0400

    Plugin: restrict to one I/O and IP network plugin

commit 284b3eba5cc211fc298984e66c8991a68356725e
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Apr 21 11:22:38 2010 -0400

    Plugin: add net_io.sendfile hook

commit 16feb3d280f1eb1f1c7f113977d5d18887eaff11
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Apr 21 11:17:48 2010 -0400

    Plugin API: add _mkp_network_io_send_file

commit bb18a3cf9de4abae15e2adda572364cb8b4b7adb
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Apr 21 09:57:01 2010 -0400

    Plugin: Fix reference under trace context

commit b3d267a8685dbbd420bf7d2538f3d68ea5ff7519
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Apr 20 23:14:15 2010 -0400

    Plugin: free plugin struct if it fails

commit 85ef77ad48e34939308b9aa65843ee0a5d0d5add
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Apr 20 23:11:07 2010 -0400

    Plugin: fix NETWORK_* validation

commit e1c46f1f8f86b218640fa7519533d7da225ce5a8
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Apr 20 23:09:34 2010 -0400

    Plugin: Validate calls for NETWORK_IO and NETWORK_IP

commit fbac72567e0d716f5581061bb573a1e507113277
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Apr 20 23:01:45 2010 -0400

    Cheetah Plugin: Add NETWORK IO/IP

commit 67d02bbe5a7ec3874efc7f75505f1d7dd3bcbf98
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Apr 20 21:08:35 2010 -0400

    Cheetah API: add CORE THREAD CONTEXT

commit 151b76d31c73d7b6753b23a430a50f470252c584
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Apr 20 21:05:37 2010 -0400

    Cheetah Plugin: adapt code to new API

commit 7bd98e2b42b340f0581c86f2dc1845d3247d5993
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Apr 20 19:59:01 2010 -0400

    Security Plugin: adapt code to new API

commit 5b5187b75a529891eabc33ac8326d911434c6c2e
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Apr 20 19:50:13 2010 -0400

    Plugin: Add stages 50 and 60 to run command

commit d5ea021bbf50a8b87dcd0c134eff00a4ba43503b
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Apr 20 19:44:12 2010 -0400

    Plugin: set global stage map

commit c958e5f1a7923e334d69b773e9bb94b88af40b0e
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Apr 20 17:58:58 2010 -0400

    Fix data type

commit 7aaf23da52c68fab31beb9dad4f3ca8b1acc9be9
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Apr 20 17:45:36 2010 -0400

    Plugin: New internal structure

commit 214d0d820734ba23a54bbf8d082225984dc639d1
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Tue Apr 20 12:27:40 2010 -0400

    Repalce __uint32_t for int, we don't need to use __uint32_t
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit a1cecf6364aa9d814be656be09a0b60de3479ad1
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Apr 20 12:09:16 2010 -0400

    Plugin API: description fixes

commit 55919adde457f7cae9816b0ad3315452e4810fd4
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Apr 19 22:57:40 2010 -0400

    Disable plugins

commit a05898d496ca31c9e948eda126236a46cf7a2006
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Apr 19 22:57:17 2010 -0400

    Plugin API: use spec definitions

commit 82957c6dc5669f9d5e0f133b055a73bc7bfd0368
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Apr 19 17:20:18 2010 -0400

    Cleanup utils.h

commit 79887c974b2ca79d85fc7e23c4fc3050286bf971
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Apr 19 17:17:05 2010 -0400

    Deprecate SendFile()

commit 817dc521016ea33e8d5c71048b588707535d68cc
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Mon Apr 19 16:59:28 2010 -0400

    Create layer to handler the send of data using a socket
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit b446620f0632a0cada30c9df7940f91f3a9a1529
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Apr 19 14:34:34 2010 -0400

    Plugin API: little style change

commit b44a645ab4a13d1986e64f0d3320152c95bc0351
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Apr 16 17:28:42 2010 -0400

    Plugin API: Change data type names and minor fixes

commit ac924b118dcd6e588cfeb977e96d028252669220
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Apr 16 14:33:32 2010 -0400

    Plugin API: Add a list of Monkey functions exported to each plugin

commit 7760b28036d893be26e00f39017de0526156dad6
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Apr 16 13:37:36 2010 -0400

    Plugin API: Add mandatory hooks

commit 354680601f978469898f302f46b0f92238e04764
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Apr 16 13:16:03 2010 -0400

    Plugin API: Add function hook names

commit 5473daaf2674fdc374b3de53387c86324e9a246a
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Apr 16 12:57:38 2010 -0400

    Add Plugin API spec

commit 13a23ecbda005e21537aee68bf07d5d7654d3928
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Apr 10 19:00:50 2010 -0400

    Update branch version

commit 6151a552c7b263afd3dd1dbe1d5cb65a36f9f595
Merge: 5df493b 88db354
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Apr 10 18:59:24 2010 -0400

    Update configure script

commit 88db3540cd7fcd22eaba8f2f4a225996960acf39
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Apr 9 20:24:30 2010 -0400

    Update ChangeLog

commit 456fa7adae97f9a2a5e2b9358f1c7229662f5d29
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Apr 9 20:22:37 2010 -0400

    Monkey 0.10.1

commit 9c0b03f7b2175df327ffe5f8734f827284be64f4
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Apr 9 16:43:12 2010 -0400

    Makefile: remove 'Running Monkey' message

commit 07ba1cc1d225c373f9ea2a930d6933b57be2e46a
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Apr 9 16:39:50 2010 -0400

    Configure: add DESTDIR support to Makefile

commit 31bf65ca0a0fe2ab070292f1f4f1f9821da432ab
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Apr 8 10:53:21 2010 -0400

    Config: fix reader for line with multiple values

commit 9006e228ae771ea70483f29f14eb37fbccf895c7
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Apr 8 09:52:34 2010 -0400

    Configure: move env vars to global context

commit d4cbe4cebf3215a9137ff447cd539dd638d45e50
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Apr 5 02:37:50 2010 -0400

    Update changelog

commit f8873bf50e6a5dc3333189c73cf9ad52ac105ffd
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Apr 5 02:31:25 2010 -0400

    Monkey 0.10.0

commit d5e41dab115fcda61e89d3de6998a1aa53e3832f
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Apr 4 00:13:34 2010 -0400

    Configure: fix test validation

commit aaae7cba11f4d87f339cc6b3f66561c2087b447a
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Apr 3 12:35:29 2010 -0400

    Configure: fix test

commit 566fff86e2b19bb4b78cd9603d86a0d8cad6cd3f
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Apr 3 11:41:31 2010 -0400

    Do not read SOMAXCONN using deprecated sysctl()

commit 7e11eb5d2000d574340a919c8c33a006384faa52
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Apr 3 11:40:21 2010 -0400

    Configure: get DEFS from environment

commit 454a52b0ec8aa54edfe70db9a5fd1ef3b909dc1e
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Apr 3 11:31:16 2010 -0400

    New Macro DEPRECATE_SYSCTL

commit 96659604becde82325beb0e4ea6c64fd42e1edbf
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Apr 3 09:48:14 2010 -0400

    Configure: read STRIP enviroment var for binary stripping

commit 689982d72cc273c0dfcb47b1fe92148ef77f7baf
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Apr 2 21:05:43 2010 -0400

    Cheetah. remove dummy .c file

commit ca56f2d3b948de35a02dd94207d37a34bf583841
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Mar 29 14:14:28 2010 -0400

    Cheetah: change some breaklines

commit 0e8323b723db0c605fcc400ffc1e4eff67f0fe44
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Mar 29 12:34:43 2010 -0400

    Cheetah: New 'clear' and '?' commands

commit 4347b4d42c05a7914602b1c6c93965b21c83ffb6
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Mar 24 15:03:23 2010 -0400

    More code cleanups

commit bc12a003630e471dcefaa1c9abfd9b10f629f321
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Mar 24 14:56:51 2010 -0400

    Remove old getdir configuration variable and code cleanup

commit f3c8491671eeef106c2272f4d504174080074499
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Mar 24 14:43:00 2010 -0400

    Cheetah: Add plugin version to status command

commit 2f5a60f18b4b23a7c38b9cdaa6a7e444f63ccee1
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Mar 24 14:35:07 2010 -0400

    Cheetah: colorize the shell

commit 6e61c3783dd1c0383634d06bc5c0546adc1f92a4
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Mar 24 10:14:41 2010 -0400

    Configure: default shell to bash / fix install permissions

commit 3384597042e1488464bc277f75c6e1b5b32ebb4e
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Mar 22 14:06:24 2010 -0400

    QA: Checklog, add rule for query.htt

commit 13af8147a9a5f7fd849425502d7460f2547e2684
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Mar 22 13:36:17 2010 -0400

    Monkey 0.10.0-rc5

commit 5ee340cc98cb2401c1cab07df50981a302509618
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Mar 22 13:32:14 2010 -0400

    QA: Checklog, add rule for simple.htt

commit fc47daab1e7f37f4da448828eaf674d41cf4d11e
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Mar 22 13:32:03 2010 -0400

    QA: Checklog, add rule for redit_301.htt

commit 242dec902ccc52fc22e8d2c40c65c7a249b3365d
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Mar 22 13:31:20 2010 -0400

    Logger: register 301 and 302 status in acccess log

commit 58bc216d3845bcc20500a1e5db603ab821ac0cae
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Mar 22 12:58:06 2010 -0400

    QA: Checklog, add rules for ranges_*

commit d0bedd1488ffd5731f934161ba3c20a617123b93
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Mar 22 12:38:51 2010 -0400

    Core: Register partial content status in access logfile
    Logger: Register length of partial content instead of file size

commit 68a93e9c89205f58b9ebaddf99f6b69f14958652
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Mar 22 11:22:07 2010 -0400

    Logger: write size 0 for HEAD method request

commit 552f879cfc09abec99a30340a1daa80dbf57d056
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Mar 22 10:25:46 2010 -0400

    QA: Checklog, add rules for post_*

commit 85d824e81432f9aec59686f503cda6fb50a59638
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Mar 22 10:25:26 2010 -0400

    QA: Checklog, add rules for path_transversal*

commit 80b1c63c1345268332b69db3470113047dc6508b
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Mar 22 08:46:06 2010 -0400

    QA: Why post_test02.htt sometimes fail?

commit f591349d633dc387d7bfec32c1bc94ec86c0f90a
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Mar 21 20:02:12 2010 -0400

    QA: Checklog, two new script for if_modified_since

commit cc4f43007f79b252a2d9ddd77eb8cd10d68b2f17
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Mar 21 19:55:49 2010 -0400

    Enable log register for '304 Not Modified status'

commit 90ffabde40a48010f4a079db060b6e1bb73bbe66
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Mar 21 19:29:52 2010 -0400

    QA: Add new rules scripts for checklog tool

commit 78d47394c886595420c6e8b969860d5d87ac411d
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Mar 21 19:28:26 2010 -0400

    Little fixes for checklog tool

commit cf308dc26e03c32d8859ad245f43533c3955ee63
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Mar 20 20:23:14 2010 -0400

    Improve checklog messages

commit 8af3091a19845652202b208fd05e1e547c09834f
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Mar 20 17:47:10 2010 -0400

    QA: New checklog program, check access and error logs based on rules

commit 0d9fed0966f49b9fb133f8bb01996a22e655eb3d
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Mar 20 17:46:27 2010 -0400

    QA: Add new option to run_tests.sh: -l, check logfiles after each check

commit 3ae5a2f1969140c2b5e8edea908708a581542398
Author: Carlos Ghan <charlie.brown.uy@gmail.com>
Date:   Sat Mar 20 16:28:30 2010 -0300

    Add mk_utils_get_somaxconn() function

commit 5272a1ca131d382b6b1dae9b9e7eee517b6e0b25
Author: Carlos Ghan <charlie.brown.uy@gmail.com>
Date:   Sat Mar 20 16:25:55 2010 -0300

    Revert "Add mk_utils_get_somaxconn function"
    
    This reverts commit eca13bdb3e2e2896fe8cd586b6fd4799747983f9.

commit eca13bdb3e2e2896fe8cd586b6fd4799747983f9
Author: android <android@box.(none)>
Date:   Sat Mar 20 16:02:00 2010 -0300

    Add mk_utils_get_somaxconn function

commit 378858f7f1c4ede46a24534799e40f7e0f310a91
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Mar 18 18:39:43 2010 -0400

    Fix error log, add EXIT_ERROR macro

commit f6073febf9fbbe565accac24066f5da9f7480180
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Mar 18 11:41:40 2010 -0400

    Configure: Do not copy README and INSTALL from lang directory

commit 4dcaeb433029b41851e173b54adb41281a2fa5f7
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Mar 18 07:39:36 2010 -0400

    Monkey 0.10.0-rc4

commit 19ab24c589910a991fd147e9d6a14111c0cc9467
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Mar 18 07:36:46 2010 -0400

    Update ChangeLogs

commit 41c5814e1806507e68e795232495032e38ec9527
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Mar 18 07:31:12 2010 -0400

    Update README information

commit 8c0d05ab919779d05dd364e76fa9cd66c6662759
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Mar 18 07:20:30 2010 -0400

    Configure: remove old 'lang' and 'cgibin' options

commit 9a034287cc60536e66a832bfd07cd02195ba21c9
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Mar 18 07:18:34 2010 -0400

    Fix configure script for make install

commit 585ea1b61686f562eeb61dfcacdcebd72eb9dbd1
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Mar 18 07:01:52 2010 -0400

    Change configure script email address

commit 9e3297ce72b4b560bc27989ae6132a444cc8fbb1
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Mar 17 20:10:14 2010 -0400

    Remove old nostalgic internal doc

commit e75aea23a746d7a9071c030486fda4dab59fc563
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Mar 17 20:09:01 2010 -0400

    Remove old comments

commit 1fb4f46dff0fd2c26dea106aaabd2d04a67e912f
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Mar 17 14:35:33 2010 -0400

    MK_TRACE: Get MONKEY_TRACE value just on start up

commit 59f97f3a9a12fb3368e1cb77db11b07c03910ebc
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Mar 17 10:15:33 2010 -0400

    MK_TRACE: Read MONKEY_TRACE env var to focus on specific source files

commit 59fbca2af7af16a9b2b9a450a9aab774ae47ed3e
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Mar 17 10:10:10 2010 -0400

    Improve comment

commit b4f3f464a06cfb707541079401fc7e94b90fe754
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Mar 17 10:07:37 2010 -0400

    Remove comment

commit 1d6339c6d27a3cedade92b85a380a9daad7a06d5
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Mar 17 06:30:19 2010 -0400

    Fix connection header responses

commit 369cc1ea57dca21fe63195654793e1c499243d93
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Mar 17 06:00:15 2010 -0400

    QA: Add scripts to check connection header on HTTP/1.1

commit 6e00e9e0f24ddec2b990e4acc6d57958c7adea3b
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Mar 16 20:50:31 2010 -0400

    QA: Add scripts to check connection header on HTTP/1.0

commit a83c61ef5477f8364f9bd4d7d884fb9e0101304c
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Mar 16 20:22:26 2010 -0400

    Comment block debug

commit 552d2bab317270f5a4a1dfa3bcfedfc9fbde7960
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Mar 16 20:19:03 2010 -0400

    Fix Headers TOC parser, use body length as limit

commit 817ae134f3ccc302d48b19715306906c5b416428
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Mar 16 18:11:24 2010 -0400

    Close request if 'Connection: close' was specified

commit 12b7719ad682a099689201262f0d4c9aecce1b21
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Mar 16 17:57:06 2010 -0400

    Send Connection header for HTTP/1.0, for HTTP/1.1 just if a KA was specified

commit 298b24d41cbcc08762ef4bbc5bdc4968d5365002
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Mar 16 16:20:55 2010 -0400

    Fix Pipelining check

commit ae9dc05f992f97b4a81652b7e53b2508b5ebeb8d
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Mar 16 13:20:52 2010 -0400

    Add CRLF to default mimetype

commit 3513dc9ef9b11d037e0637d784ad0165860b4e93
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Mar 16 12:34:53 2010 -0400

    Monkey 0.10.0-rc3

commit c9384332d6361bac86a0486e5ff256f9bb24d6cb
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Mar 16 10:12:48 2010 -0400

    Fix conx timeout, for KA use KeepAliveTimeout value

commit 8777601d9c0c48bdaa518d3ebb63801c5b866d52
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Mar 16 10:01:38 2010 -0400

    Fix timeout check / update scheduler for KA connections

commit a930ebd8948c4f40b7de1253cb767596d403f209
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Mar 16 09:34:07 2010 -0400

    Fix access log / EXIT_NORMAL value

commit bcdfe84d57033359604485a1566d256d8768cd76
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Mar 16 09:25:04 2010 -0400

    Fix error log formatter

commit c9970f74590ef1df28ffb2a7fe30af4e9e988358
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Mar 16 09:03:20 2010 -0400

    Fix content type header for error pages

commit 2499c5f6a9baf05539ad5d2cf80f9535778e2025
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Mar 16 08:58:30 2010 -0400

    QA: Add script to test hexadecimal request

commit 152ba4b48fb3b656a3a350eb4b6af7f4a9a54d4f
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Mar 16 08:58:12 2010 -0400

    mk_utils_buffer_cat() requires buffer lengths

commit 339e5437fee655259f2d4d2ce6d5a4125e7170ab
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Mar 15 00:16:12 2010 -0400

    Little improve in pipelining exception

commit 79ba6d1c763c0ec10099d5f50bf5aa524c043b8a
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Mar 14 23:56:37 2010 -0400

    Fix broken Pipelining support

commit 2a5dfc7f9f4862de227ffe6e0d6683397090c9bd
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Mar 11 19:12:52 2010 -0300

    Monkey 0.10.0-rc2

commit d591a1f080e7c9bd39eb41f4297fe40d2482fb18
Merge: 4a98db4 306b7d1
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Mar 11 18:35:14 2010 -0300

    Merge branch 'master' of git+ssh://repo.or.cz/srv/git/MonkeyD

commit 4a98db4b8fced0fd11bddebd938c06b7bbc58219
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Mar 11 18:33:22 2010 -0300

    Change mimetype's list order

commit 306b7d1b85c6d87d8ebe25bd3d297d0b7281b4ef
Author: Carlos Ghan <charlie.brown.uy@gmail.com>
Date:   Thu Mar 11 19:05:22 2010 -0200

    Fix line width in utils.h

commit 623c267466ad47db6130222755175d1ccffb112f
Author: Carlos Ghan <charlie.brown.uy@gmail.com>
Date:   Thu Mar 11 18:57:57 2010 -0200

    Adjust buffer size in mk_utils_int2mkp

commit d5ce48f646aa2c61b4a2230f4ab6cf7bba80f55f
Author: Carlos Ghan <charlie.brown.uy@gmail.com>
Date:   Thu Mar 11 18:47:50 2010 -0200

    Remove unused function mk_utils_toupper

commit ae20aa03cac2621a55f7b58e60d73a71c3d84a39
Author: Carlos Ghan <charlie.brown.uy@gmail.com>
Date:   Wed Mar 10 19:46:21 2010 -0200

    Add path traversal tests to QA package

commit 41cc8bfb7d8f067abc639c7eac46a26bc4500f13
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Mar 10 13:10:36 2010 -0300

    Mimetype: free memory used by 'type'

commit 75b4743cc86b1f460242f606edf86a35e726006f
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Mar 10 13:06:41 2010 -0300

    Mimetype config reader: use new config.c API

commit 9c944b02362d09ab4f88539ff8298062421528d8
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Mar 10 13:02:01 2010 -0300

    Fix config reader, do not read empty spaces

commit 41ab255740030383bbc82fdd7cd1029b8690e208
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Mar 10 12:29:41 2010 -0300

    Just allow HTTP method and protocol request in uppercase

commit b941b74d318878f0710934d14df71c95eefed2af
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Mar 10 12:02:29 2010 -0300

    Fix mimetype add overflow

commit 4f51da08d9bc4abaffb87fb639714d5373573ac5
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Mar 10 01:04:01 2010 -0300

    Revert mimetype changes

commit 9fe3146871e92b7b94d3b6a3c348925959548f35
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Mar 9 21:59:00 2010 -0300

    Improve response headers composer

commit f3273bee74e4ec848c58e8ba5308c93deaee6b09
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Mar 9 18:17:20 2010 -0300

    Remove MK_IOV_HEADER_VALUE

commit 175ae3ce5dc37767cc6a7499bc0d8fbf79d7018a
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Mar 9 16:38:49 2010 -0300

    Pre alloc IPv4 memory buffer

commit 77450cdb45f62f676904f5af92e182f4431734fe
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Mar 9 16:26:44 2010 -0300

    Free ipv4 mk_pointer

commit f30a6f206c329520db702ac4cea05f7dbebae3c7
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Mar 7 14:34:14 2010 -0300

    Abort dummy connections

commit 676590f43bc3eaafcfe097ff77a919104eccc7a3
Author: Carlos Ghan <charlie.brown.uy@gmail.com>
Date:   Sun Mar 7 12:53:35 2010 -0300

    Fix bug in backward directory check (Directory Transversal Vulnerability)

commit ddb98ea2fd573d398f7399575c0302df1fa3d380
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Mar 6 00:58:22 2010 -0300

    Remove htdocs/php directory

commit fe006c18627474d7308352d36053f4a20d5ba2b0
Merge: fed4b4c b509b0a
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Mar 5 22:09:15 2010 -0300

    Merge branch 'master' of git+ssh://repo.or.cz/srv/git/MonkeyD

commit fed4b4c670060907b4094bc91c3f9a5bd9060585
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Mar 5 22:01:32 2010 -0300

    Change Website URL in default index.html

commit 5df493be908591a92574fb497e8e7480ae753ed2
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Mar 3 15:44:09 2010 -0300

    Set non-blocking socket on accept with accept4()

commit af406812ec7bdbf9d0aa85f5cb508960106a078d
Merge: 90d308d b509b0a
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Mar 3 14:36:19 2010 -0300

    Merge branch 'master' into v0.11.0-dev

commit b509b0aa20832bafecca73de8bef68820e10b73d
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Mar 3 14:26:44 2010 -0300

    Cheetah: Remove connections counter

commit f021ec45b944692cef51b19157e223a91419d739
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Mar 3 14:20:07 2010 -0300

    Remove connections counter

commit 90d308d9ec799424c2e6c37c4352ffcb1f1b7625
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Mar 3 09:06:05 2010 -0300

    Update version number to 0.11.0-dev

commit 7665dde054961a1933a19534c8ed5a8141c9127c
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Mar 3 08:54:38 2010 -0300

    Add missed plugins Makefile

commit 91b45a755e0feaf5f1994e175f446101a391c9eb
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Mar 3 08:52:08 2010 -0300

    Add DirListing module

commit 82930bcf08f8c82bcea45e6b3ecd6b1b16e935a4
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Mar 3 08:49:38 2010 -0300

    Add Palm Plugin

commit dd0c1e749c1b37db33ead939d8c6b74d687c8ef5
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Mar 3 08:47:18 2010 -0300

    Add Palm server

commit 94f8ca3d923f8af10b4a423d2674b41867cf278f
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Mar 2 17:53:11 2010 -0300

    Monkey 0.10.0-rc1

commit 3393ae7a35bd6fb69ae1ff20b7da23f5a782b427
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Mar 2 17:38:52 2010 -0300

    Remove development code

commit d49af57b2d5bf2b6e4254bf3a57e646f130f9ef1
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Mar 1 22:40:30 2010 -0300

    Add cast to trace formatter

commit 9093e2628fe89baee318cb2c80ac293059018146
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Mar 1 22:26:40 2010 -0300

    Add Eduardo's email to copyright header files

commit 2e294fd900c2829150a9f6d0bed92000cd0fcd15
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Mar 1 22:23:57 2010 -0300

    Update Copyright date in files

commit 34345f8dbc2b874615230acdad104a5142d46f51
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Mar 1 19:01:19 2010 -0300

    Change Monkey HTTP signature

commit 42e2c966da6db4f725cc0ec8e90cad97a3ef760f
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Mar 1 18:35:19 2010 -0300

    Remove old data

commit 38a4520838fd7d71c4182efc077ad5427bde3a4a
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Mar 1 18:30:39 2010 -0300

    Minor fixes

commit 6df45ac3ae32b2a18d77b87801c6477c2ebdd555
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Feb 20 12:08:29 2010 -0300

    Add TRACE message when connection arrives

commit 02d5c2db9409a732732af472ae96d21b296edefe
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Feb 19 18:04:50 2010 -0300

    Palm Plugin: add mk_plugin_send_chunk()

commit 4c052c3510696edb98b61746f613060f5c0f7a71
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Feb 19 17:15:04 2010 -0300

    Experimental Palm Plugin (disabled by default)

commit 5241718aa79a27fe67a0d1e796599982c48f610b
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Feb 19 17:11:34 2010 -0300

    Configure script: do not try to compile plugins if they contains a file called DISABLED'

commit 2696771d2b11070e1a1980454c2d4efe82fa207b
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Fri Feb 19 16:51:23 2010 -0300

    Remove line that say something about run monkey in benchmark mode, this option doesn't exists
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit e71941aa183a63be1c58c9eabc5808d8d3c39561
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Fri Feb 19 16:50:43 2010 -0300

    Initialize var for colors in mk_utils_trace
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit f16599603132c6049a4128e19198efdcf421bed5
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Fri Feb 19 16:37:26 2010 -0300

    Initialize the var event at mk_epoll_add_client()
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit aeb80aaf5bda55baf74c7c9a65a9519942dd25d2
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Feb 19 16:55:34 2010 -0300

    Add some TRACE messages
    Remove old socket_timeout function
    Code cleanup

commit 531de6c29da45dac8d2de492e78e12bf1ba817dc
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Feb 18 16:48:48 2010 -0300

    Add TRACE messsage when calling plugin stages

commit 1a0f7211d2931c7236f21cf9180de9159938e65e
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Feb 18 15:57:58 2010 -0300

    Fix trace message without compiler conditional

commit 0e176c1afe3af0d21e9d7a54c53a1303b5ca1bf1
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Feb 18 15:37:29 2010 -0300

    Add 'trace enable' message

commit 202bf06978457559fe7eed2c2f9d28d698ac2d75
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Feb 18 15:32:10 2010 -0300

    Improve TRACE colors output (just for dark background terminals)

commit 9645a0513233041a3e7c7e72c1efa23e1f401e7a
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Feb 18 11:24:06 2010 -0300

    Plugin API: Export PLUGIN_TRACE macro function

commit 15f021f3ccfd8ea453bcbac343a8bc8df8947fee
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Feb 18 11:01:37 2010 -0300

    New TRACE mode, configure with --trace to enable trace messages

commit 26402a33dea877b29f9e1654a21b2c41479d6c4e
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Feb 16 00:25:00 2010 -0300

    Remove old files: modules.c and modules.h

commit 48188460d235d4e752f32305f236d9b4b3b3ee3b
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Feb 16 00:13:38 2010 -0300

    Remove trash

commit a9ce2ded6d5d243852718c6ad83c29793f204526
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Feb 16 00:09:14 2010 -0300

    Plugin: New interface for STAGE 40, it allows async calls to read
    and write events on demand by async plugins
    Plugin: Removed sub call stage_40 loop

commit bc0a375465dfd547e25b57c5caa4f3e00f622c36
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Feb 14 21:12:32 2010 -0300

    Logger: move specific values to header

commit a79268333bea7a29a9b412b9819ff8f7126fa548
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Feb 14 13:56:39 2010 -0300

    Config: Add new Listen directive to restrict the incoming connection to a specific network interface

commit c95bf34111a974cee3d48e618f179bf687a781d9
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Feb 13 23:50:33 2010 -0300

    Add --debug option description to configure help

commit 45e7e540a2493dda5800de3e1725948be94556c4
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Feb 12 18:35:37 2010 -0300

    Cheetah: CTRL-D runs 'quit' command

commit 9bb65d647dfe57a8b2ecd5f259e5956679c5792a
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Feb 12 18:31:52 2010 -0300

    Cheetah: Fix segfault when pressing Ctrl-D

commit 100bd0be93f5ebc31b3ab85bd37abe569c5f7715
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Feb 12 18:04:51 2010 -0300

    Log Error: add URI requested to 404 and 501 status message

commit b5a0b534072c86b75ef839de42540e593862b610
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Fri Feb 12 17:18:01 2010 -0300

    Fix to use mk_pointer_set and mk_mem_malloc_z
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit ea5164fa5a943d587fdd3a05197a3e40ccda9fa1
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Fri Feb 12 17:06:24 2010 -0300

    Fix mk_config_get_host to create a pipe only if the (Access|Error)Log entry exists. Fix mk_logger_worker_init to check if the pipe exist before add it to the list
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit cc0ac7eea72d9e400432bdc4e1b147341aa2924b
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Fri Feb 12 17:04:33 2010 -0300

    Change char *ipv4 for mk_pointer ipv4 in sched_connection. Fix all the code to use the new form
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 99416fd62ffa9082654e1a7fbd05898fc4bb83cd
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Fri Feb 12 15:29:10 2010 -0300

    Added option --debug so it will use -g to compile by default it will use '-O2 -Wall' and move strip to 'make install

commit 4fedc5c542d8b58afb49d81b5d8302a1b0468722
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Feb 12 14:06:58 2010 -0300

    Add compiler name and version to welcome message

commit 589c614558a8a6c951285fb09deba18f7d8ae06e
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Feb 12 13:18:52 2010 -0300

    Plugin: add mk_plugin_preworker_calls(), it allows
    to each plugin to set a pthread key (plugins runs
    under thread context

commit 0b3e2b44a4daefe86135ed1f8049d882299d5dbb
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Feb 12 13:00:54 2010 -0300

    Replace header files mode from width 8 to 4

commit 6ac9c63d074d2ee99152ac151cd4a05254ed7d6a
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Thu Feb 11 22:55:12 2010 -0300

    Added .gitignore so 'git status' will not show any *.so,*.o,Makefile and *~
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit 411a933bf9721ee700dd68cc90e6d0b68922ad58
Author: Jonathan Gonzalez V <zeus@gnu.org>
Date:   Thu Feb 11 22:46:36 2010 -0300

    Change the FSF address and update LICENSE with the new address and some texts
    
    Signed-off-by: Eduardo Silva <edsiper@gmail.com>

commit d5fea5c1bdc0b1026057ada429971a01c2bce960
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Feb 11 14:33:26 2010 -0300

    QA: Remove range test 04 until httest fix their bug

commit 6d567eaeea3330000546a9f36258c0340f1208c7
Merge: 0e9bac7 09b403e
Author: edsiper <edsiper@monotop.(none)>
Date:   Thu Feb 11 13:54:38 2010 -0300

    Merge branch 'master' of git://repo.or.cz/MonkeyD

commit 0e9bac71af626a0e77bbd6801749361aad645aec
Author: edsiper <edsiper@monotop.(none)>
Date:   Thu Feb 11 13:54:22 2010 -0300

    QA: Add missed scripts

commit 09b403ea9b6eb5d0fb61db7cf5a75b59222f01e2
Merge: 2079cff bce7ace
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Feb 11 13:50:25 2010 -0300

    Merge branch 'master' of git://repo.or.cz/MonkeyD

commit 2079cffb07b93697e746392f4a94c8adb7963964
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Feb 11 13:48:32 2010 -0300

    Plugins: Add _mk_plugin_stage_40_loop() call

commit bce7ace91fd6ebde6889f942db2015740edc7754
Author: Carlos Ghan <charlie.brown.uy@gmail.com>
Date:   Wed Feb 10 07:07:31 2010 -0300

    Q/A test improvements

commit dbc1569b94258fd83f93aabacc2a00e454b90ab8
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jan 21 13:26:33 2010 -0300

    Using Apache development C Language Style
    http://httpd.apache.org/dev/styleguide.html

commit 2d4ff8a01731a8e4e27a33f1a21ab777f4494c04
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jan 21 13:18:05 2010 -0300

    Improve plugin handler return values and actions

commit 00754101ddc997daae4ff4eff4634c8871e6c117
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jan 4 17:13:27 2010 -0300

    Configuration reader: add 'read line by values'

commit 5485636390b0a94641e9445f4ac6ac2d426f0d40
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jan 4 16:53:42 2010 -0300

    Reduce worker client capacity to 50% in order to allow on each request open a new file descriptor

commit 4b70581f6b1105c06a20f691cc86c62f6eb097cc
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jan 4 14:26:59 2010 -0300

    Configure: add --plugdir option to specify target directory for plugins

commit b6f1e1fa7e92d29770b337d16ade1ed1bea34498
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Jan 2 18:32:58 2010 -0300

    Add old entries to Changelog

commit d2cce9a9d499e307cc344da7f6f6f84cbf3d7be3
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Jan 2 17:51:41 2010 -0300

    Update configure

commit 5a86cec7a07b0c8f18217e62ce654feb5e1c2c4a
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Jan 2 11:52:10 2010 -0300

    Security plugin: add shortname

commit 06ec147ff5c0d831a3fcf8ed43ae9fc713811bbf
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Jan 2 11:45:26 2010 -0300

    Cheetah plugin: add shortname

commit 61113ec23373dffbdb967266ed92c3710fe55554
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Jan 2 11:39:32 2010 -0300

    Plugin: Load plugin and give new configuration directory assigned
    Dirlisting plugin: use new directory assigned

commit c896b0f3d8d300d0a66340dd38c10970af14eb9b
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Jan 1 11:50:59 2010 -0300

    Move plugins configuration files to conf/plugins/MODULENAME

commit 102a110a8f76b42fec0622a39c207573e1fd3293
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Jan 1 11:44:29 2010 -0300

    Drop old configuration and adapt configure

commit 0c9cb7bec6f34b50f82f0a2bcfed757c6f152374
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Jan 1 11:18:35 2010 -0300

    Remove 'extras' (old modules interface)

commit 32522cd411b77bbff2d93ecd68813c3f2138a124
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Jan 1 11:12:04 2010 -0300

    Deprecate CGI interface
    Palm Server: add debug environment var 'PALM_DEBUG'

commit a5583817722804f8256973b808213820a5f33351
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Dec 29 17:49:41 2009 -0300

    Palm: change website url

commit d9291f5eb85bfe9bedf05fce9b4fa3f8ae8b039b
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Dec 29 17:32:20 2009 -0300

    Plugin API: Add mk_plugin_load_symbol

commit 4b3615e4b0d55497a8e1a5f16125a89b082d6af0
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Dec 9 14:04:14 2009 -0300

    Add MK_PLUGIN_STAGE_00 to plugin stages

commit f2fe4903d7a990e8aa5c926f0a1d803dae58b5c8
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Dec 8 08:26:42 2009 -0300

    Plugin: read configuration file using config API

commit 3d77acb11f5daed074ca427abcf1e214006eb2e8
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Dec 8 08:19:23 2009 -0300

    Plugin API: Export mk_iov_print

commit 90bf701569e08d8b04884a15719879cc1494592c
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Dec 7 15:03:26 2009 -0300

    Plugin: Export mk_socket_xyz calls

commit 5b9c80d0f90941818b525ad5c8a36c055ae9f181
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Dec 7 13:59:26 2009 -0300

    Add dummy stage MK_PLUGIN_STAGE_00
    Plugin: Export mk_pointer_set() as pointer_set()

commit 51f470c08ce1015a1b40398c2942eff6a50c5b3a
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Dec 7 12:52:31 2009 -0300

    Add mk_string_line()

commit 7b1576ba1898c5c38c2332a75f7b4a5ae0b1b046
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Dec 7 09:50:47 2009 -0300

    Config reader: value ends when LR is found

commit 517eaa5e729ff42b178d59772e59b106e3c17dc3
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Dec 7 09:50:08 2009 -0300

    Remove palm from main configuration reader

commit cd44d282f0b0ff2670af1fb99b783034e2973426
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Dec 7 09:23:43 2009 -0300

    Do not allow backward directory requests '..'

commit f75e14248da2a646fefb3ac3e168689b7e0153ec
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Dec 7 07:25:45 2009 -0300

    Initialize uninitialized variables

commit 1fc574ba7ab8278900b903f5cf339618a2ad2272
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Dec 6 22:07:54 2009 -0300

    iov: buf to free non-zero allocation

commit f9aebdc3ddba3ee560e37a28b73a5ecccc6898c4
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Dec 6 22:01:48 2009 -0300

    Set iov struct to zero

commit 56a17e76f3cc1876aca26920f6608bcfdba2c9fb
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Dec 4 12:06:21 2009 -0300

    Add MK_PLUGIN_STAGE_30
    Security Plugin: add rules for URI

commit df12846d397b6dc8c4349a116ec9d82901ed84e4
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Dec 3 23:51:37 2009 -0300

    Deprecate deny.c

commit 90518c21544f7c98812c6e805a34841b8ff486ae
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Dec 3 23:49:12 2009 -0300

    Add security plugin file configuration

commit ab2df2c02746c3aac65b9b34cf8dd38fe7b9c2f3
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Dec 3 23:48:57 2009 -0300

    New Plugin: Security

commit 814a1b4344edae09863090bfd5c1c8047c5cf8bc
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Dec 3 23:47:50 2009 -0300

    Add MK_PLUGIN_STAGE_20

commit 61bd256b545184b51169cbbb46bda74dd2698927
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Dec 3 18:36:44 2009 -0300

    Plugins :: Export new mk_config_* calls

commit e30ce56348f1cb8f3b053fb0d560211957ec556b
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Dec 3 15:21:59 2009 -0300

    Refactoring read/write handlers and pointers

commit 4a2cc99fa9716ba4f0448e8dce320ea912fd3976
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Dec 2 12:20:48 2009 -0300

    Change connection status when server will send content

commit 5bed1d4b2ef1e5068de0135ad0e3f1481a22e0e9
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Dec 2 07:09:13 2009 -0300

    Add CFLAGS environment variable to Makefiles

commit 3d4d69d119bae7b057b9f37b554d2fea486820cf
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Dec 1 16:51:13 2009 -0300

    New configuration files handler

commit 4b9978014a07532c5b7c416f143100ec735a75ff
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Dec 1 10:17:37 2009 -0300

    Add plugins README file

commit 63efae9c1334eb84e2316df16075a2657456d0e2
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Dec 1 10:13:22 2009 -0300

    Dirlisting :: validate file/directory struct

commit 3f58cb866131c9117299deb7a36e52dad0aea696
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Dec 1 10:11:26 2009 -0300

    Move plugins directory to root path

commit d086213a240a59266e2752257816803c1057f1de
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Nov 29 20:22:59 2009 -0300

    If URI is not found, before to send 404, check if a plugins on stage 40 would like to handle it

commit 78bb4001fd3ccaa1ddb8ad023dbae3d0a0f6dc11
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Nov 28 16:37:43 2009 -0300

    On error, do not send content if it has not been set

commit 13dfe273ddbbfd723ec5cf8e173cae52d723d554
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Nov 28 16:32:12 2009 -0300

    error to set_default_page return pointer

commit 085d9cb8980b3c2aac91741f3ffcec098379647a
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Nov 28 13:33:28 2009 -0300

    Fix configure Makefile creator for plugins

commit 3f72ff8ab491f41a4214079b5e169396b9eafe1b
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Nov 28 13:24:23 2009 -0300

    Update URL in welcome message

commit d7f899b5b504bce9f75193884ea939e9662a188f
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Nov 27 13:56:03 2009 -0300

    Plugins :: Add  _mk_plugin_worker_init() callback

commit 3fb5bb5e3b0b95775431c7fc93b2d1a56d5d8525
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Nov 25 13:24:10 2009 -0300

    EPoll: add handlers for close and timeout events

commit 5cfe72a405985422482e3fcbe541735f4f8c7421
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Nov 25 13:09:03 2009 -0300

    Fix gcc warnings

commit 30ced4a77bdc65d99b45b76f4c7a4eba982e299f
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Nov 25 11:54:02 2009 -0300

    Remove unnecessary casts

commit ac64677397669db7b60c5a306363feff2ec727f3
Author: Carlos Ghan <charlie.brown.uy@gmail.com>
Date:   Wed Nov 25 09:58:47 2009 -0300

    Fix Charlie email in QA/README

commit 85ae250851e330498c7d92ac8478f27e7e71b08c
Author: Carlos Ghan <charlie.brown.uy@gmail.com>
Date:   Wed Nov 25 09:57:54 2009 -0300

    QA package

commit 7a0dabad9e36f2e24e13f875345dd27e9e7197e8
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Nov 25 08:59:25 2009 -0300

    Fix method check length

commit 9e4a9a32674069b23d2d2a0047007826be5fcef4
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Nov 24 16:05:53 2009 -0300

    Fix TCP_CORK usage

commit f3a99cccc9cc4f26a73392b2e0fc5b09764f93aa
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Nov 24 13:56:09 2009 -0300

    EPoll: change handlers struct and calls
    Rename conn_switch.c to connection.c

commit cd7e2623b05b6dfd82f1a4c100ae3a4755aa9790
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Nov 23 13:54:19 2009 -0300

    Deprecate CheckFile() and CheckDir()
    Config: do not handle AddScript directive

commit e313dbca4a21715411d8783e528ef65f1bef0e40
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Nov 23 13:49:02 2009 -0300

    Free client request struct when client hung up

commit 792ccef8b207e14a23b0af1e232078ae6b2cdd0e
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Nov 20 14:16:54 2009 -0300

    Do not send Connection close header for clients < HTTP/1.1

commit 23a70887740bc4e43937376a7923be9b562e1fae
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Nov 19 21:05:06 2009 -0300

    HTTP: Optimize request parser

commit c78896f7fa2b20a776511f8a9450607cb8e69dce
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Nov 19 15:32:52 2009 -0300

    IOV: Free iov->buf_to_free allocation
    Dirlisting plugin: Free tag entries

commit bbc10cf70689dfb6bca1c1e1612e685852f94647
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Nov 16 14:06:10 2009 -0300

    HTTP: Close connections if KeepAlive is not specified

commit 754f49d9de0b62e5ead1b70bf9cd29b6e2257323
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Nov 16 13:54:08 2009 -0300

    Dirlisting Plugin: send chunked data just for HTTP/1.1 clients

commit 13c1cf14533cfe32cb76b21cf1ae3212885b7711
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Nov 16 13:41:05 2009 -0300

    Chunked Transfer Encoding: fix length

commit 21105f9b770beed6ec638ce6e917920e47381323
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Nov 14 18:24:46 2009 -0300

    Plugin API: export mk_pointer_set
    Dir listing Plugin: set content type to html

commit 939f6731ef3878dd818e810ef4eda1e9d867fc4e
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Nov 14 18:11:59 2009 -0300

    Fix directory validation after handler

commit 9c251fc1a7cb30e6057f034f522e738cd0ff6826
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Nov 14 17:51:38 2009 -0300

    Cheetah Plugin: little 'help' text changes

commit d0d8124cc519a641dc66ab33c09802b85e2a682d
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Nov 14 17:34:18 2009 -0300

    Cheetah Plugin: New option 'plugins' to list loaded plugins

commit 9e848ba129761c6614229ff81b0cc3aa0e8584e0
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Nov 14 16:56:29 2009 -0300

    Forbidden access to directories without handler

commit ec344b77cc40494a408232d36649bf3a0ed04697
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Nov 14 16:45:13 2009 -0300

    Push Directory Listing plugin

commit 64deaf01865e92109f48870a746e3b18198aa0eb
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Nov 14 16:43:33 2009 -0300

    Plugin and Core: Add functional STAGE_40 (handlers)
    Plugin: Add directory listing plugin!

commit 6ffe561b1cc8c657333cd0b5140c623e955d5262
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Nov 14 11:21:47 2009 -0300

    Merge struct file_info into struct request

commit 769143fb8e7c3f071bbc0bbb9e4d73ce55de00e3
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Nov 14 11:12:57 2009 -0300

    Plugin API: Export 16 monkey functions
    Dirlisting Module: use new API

commit 877762e2cde8b3257277831046cf9a236b3571c2
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Nov 11 11:46:09 2009 -0300

    Configure: disable plugins by default

commit cb923808a681bdf246d5e551f2f0a52b97d8f1c1
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Nov 11 07:39:43 2009 -0300

    Remove dir_html

commit c7adfc26c6ab0660c41d17bb4a04cae243f4ef23
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Nov 10 22:52:49 2009 -0300

    free request comments

commit e461cb259490bb969381b797cf444ec29b8cf9a5
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Nov 10 22:43:30 2009 -0300

    Free client request headers->content_length_p

commit 74d0a70b664083375c367ef12398c8a3b46ed7f8
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Nov 10 21:05:32 2009 -0300

    Free client request log->size_p

commit 6b6f5f7b56fed6209ff99e669fb0f6d79283a8bb
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Nov 8 21:44:35 2009 -0300

    Full connection Timeouts

commit b487878a2bdcebd9132d88c290052c782a3a5e6e
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Nov 6 19:17:15 2009 -0300

    Add Timeout for processing connections

commit 36ff69b5d14f434f1885d2ae00c9513d6b50bd2c
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Oct 30 14:55:10 2009 -0300

    Remove benchmark mode, we do not needed anymore :D

commit 10fda15061fe9ecde667922058c129de4e80798e
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Oct 30 14:37:44 2009 -0300

    Remove dir_html feature

commit 9b17eea1825fbdfb7f93734fe3575c6067755a57
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Sep 29 02:30:13 2009 -0400

    Plugins loader autoconfigutarion

commit 320235c5e70cddf726860075e476e318a1a010d9
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Sep 28 22:18:33 2009 -0400

    Plugin API: add malloc()

commit af15c044d5e51a3383c2b0d538ce6ee12fc11d36
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Sep 28 18:32:14 2009 -0400

    First plugin: Cheetah\!

commit a947c4b95548f59d055378d696376cc63b3157c0
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Sep 28 18:31:25 2009 -0400

    Plugins: recognize plugins dir

commit 023332cfea456a308a76136df65cbdcc6124391f
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Sep 28 14:19:30 2009 -0400

    Remove cheetah code from core

commit 5cb0fe6dadda62bfa9b24d4ac7f905cf91a9d858
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Sep 28 12:43:48 2009 -0400

    Plugin: Add STAGE_10 Loader

commit 586a3192d028b082762f1d48fff813d1fce1657c
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Sep 25 14:23:51 2009 -0400

    Plugin: add register calls

commit 3338ba5f12e53c867c54c2bfe501bcaf5daa282a
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Sep 25 07:35:20 2009 -0400

    Plugin: set to null next node

commit a88c1bfd6648cf5da5e64d1c602e6727224b2675
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Sep 24 22:11:40 2009 -0400

    Plugin loader

commit 4e224354585557a928dde0efd1f2097ff9e6d14c
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Sep 9 11:19:16 2009 -0400

    Client request struct: add init connection time

commit 2fc827a77c0d5ade9f49dba7425b5404a13d8865
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Sep 8 20:39:07 2009 -0400

    Cheetah: Sync active/closed requests counter with keepalive
    Cheetah: Update counters just if cheetah is running

commit d70d554536fcb17f5264e484bd34da891ffc69f4
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Sep 8 13:42:34 2009 -0400

    Cheetah: first try for worker memory usage

commit ee0f73b425ad3786a1ea4066dd22737edc38ec05
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Sep 7 13:37:04 2009 -0400

    Cheetah: show task id in workers list

commit 88849c2e9196a99ad23be26be7a44c38a60e8238
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Sep 7 13:36:36 2009 -0400

    Workers export task id (pid)

commit 19aa64a01847cce57a8c2a4ac6f68f9e125975f7
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Sep 6 21:30:27 2009 -0400

    Cheetah: Print running username in 'status'

commit 967d9f047886ceb50456835ece57379ffa5f2039
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Sep 5 10:55:34 2009 -0400

    Fix #34: mk_string_casestr is not ignoring case

commit a55ebcb5b8e7c167ad9ddbde6af960aa11be65d2
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Sep 5 08:48:52 2009 -0400

    Add Monkey favicon.ico

commit dd071fafd8f3b62cc7d2e32c1ee6ae1823633ed7
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Sep 3 21:11:17 2009 -0400

    New Cheetah Shell !!!
    Add connections counter
    Fix broken pipes on threads, avoid signal
    Fix Post method validation

commit 9de9fffc73b70cdac7e5ffe67fb212dc97cfb7e4
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Aug 30 16:57:50 2009 -0400

    User home string to mk_pointer

commit a21165c689be874f924c884404aaa145f63eee4e
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Aug 30 14:11:25 2009 -0400

    Fix KeepAlive struct cleaner for next connection

commit c6aca66f83ed9f4f859661a4aba83c90b7b3704b
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Aug 30 12:43:57 2009 -0400

    HTTP: Default Keep Alive connections for HTTP/1.1

commit 270ed5731f05e231c4ac31fee7bbdc88bb48a88b
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Aug 29 23:20:11 2009 -0400

    Little internal changes

commit bef7eb7196db16c839a43a80c66ab276d0482862
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Aug 29 21:24:25 2009 -0400

    Set TCP_CORK off after first sendfile() chunk of data

commit 2af8085e9ce5b02b2133c2e99373fb72e4020f1e
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Aug 29 18:38:28 2009 -0400

    Logfile: use clock cache for unix time

commit faddaa90fc747e36501654def75b885df8fc0128
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Aug 29 18:32:25 2009 -0400

    Do not re-check first method

commit 93367fe47503cfc9c7b2cb64b720301109902729
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Aug 27 09:59:31 2009 -0400

    Move back socket server to accept

commit 9167765ad3a7a399721a7707adbb669e8fcd1dd5
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Aug 27 09:44:24 2009 -0400

    Fix compiling warning

commit d6bbcd1302e5100aaaf4d1ee6046d37c609ddfe1
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Aug 23 21:36:08 2009 -0400

    Fix bind error message

commit a960c90a9e6ed88c3f52dd69121f123da3fa7366
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Jul 28 19:31:00 2009 -0400

    No delay socket server

commit 8d9957b21f4de9979c79f93caf6a86596649bbde
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Jul 28 13:59:33 2009 -0400

    Remove redundant time conversion

commit 603698fc2c2bcc1596f70fa99c190fb1b7ef112d
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Jul 28 13:40:12 2009 -0400

    Fix check pending Post method

commit 06c12d4fb5964d2d5a54c06947171f658aec6fdd
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Jul 28 09:20:15 2009 -0400

    Server accept() after epoll notification

commit 7015754e680a1b27d22675ccc1c6da4c398ffeee
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jul 27 22:10:02 2009 -0400

    content type to mk_pointer

commit 072304af9ff00bf28766df07c5040e63917edc90
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jul 27 21:12:07 2009 -0400

    Reduce iovec entries

commit 0ed4a449c37c8cfe8da5c669d0e0255bc7d30c75
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Jul 17 09:01:31 2009 -0400

    Remove old CGI call: M_CGI_change_dir

commit 39a800a2e9af055a919d20b762e256e2f3f8978f
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jul 16 01:38:15 2009 -0400

    Catch write() return value

commit 8efce2435d757dc0c907c19c4fcacb47243ebd7a
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jul 16 01:35:42 2009 -0400

    Add debug macro DEBUG_HEADERS_OUT

commit 8e10b37e0bdeb40535a584ab97eb4f82adf6ff51
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jul 16 01:29:37 2009 -0400

    Global egid and euid

commit dac19c2fbaaa8129ca6634d2c838423154de33ad
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Jul 5 13:53:00 2009 -0400

    Rename HowItWorks doc to HowItUsedToWork

commit 50859e6b2279711bb2414309e98c9e8aed270f0c
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Jul 5 12:32:07 2009 -0400

    Remove old configuration directive for header and footer files

commit dfa23a0584b5ed124cc915ecd2a4a7dd6265aa3c
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Jul 4 22:32:02 2009 -0400

    dir_html :: list symbolic links

commit b2fbd73c583b22c585de1c8fb77733497cd694fe
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Jul 4 22:24:21 2009 -0400

    dir_html :: Do not show hidden files

commit 55ccebb42408d684349a307d8654e9289c970ca4
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Jul 4 13:47:24 2009 -0400

    Add body NULL byte when receiving request

commit bd0a0577b1d619e25a2d76b129fabbe843d9a607
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jun 29 22:48:34 2009 -0400

    Fix status 501 message

commit c4e655c73ac12dcdf0060ccf5cfa8d3e03c8bc3d
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Jun 28 20:38:38 2009 -0400

    Adjust init details, port added

commit 251073b94eac963e91cfdbe8da751cbb72f2be38
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Jun 28 11:48:38 2009 -0400

    Fix query string limits

commit 18937e3eac72b9cb8fc244dcecdaa296c8be657c
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Jun 28 11:16:58 2009 -0400

    Remove old macro

commit c04c25bce0c5fdcc581bdb03ecd6a96d37fec13f
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Jun 28 00:06:47 2009 -0400

    Add Palm files license

commit a8b016473703cc61e77bc6f68552d4f6f9fd081c
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Jun 28 00:01:58 2009 -0400

    Add Palm Server

commit 22b5b5d6eee5bf44c420294c46dede70eddc5373
Author: GreenFox <random247561mailtowatchutube@gmail.com>
Date:   Sat Jun 27 21:56:18 2009 -0400

    Fix #29: add ico image/x-icon to mime type to support favicon.ico. Removed duplicate mime declare

commit f65b6950013726642c017f6431aeaa7cf24532ab
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Jun 27 21:48:32 2009 -0400

    Fix #28: Crafted request produces Denial Of Service

commit 646a287a0b2662ebb4bfcfa85c0ec00ed7956f8f
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Jun 27 20:44:39 2009 -0400

    read :: Do not omit last byte

commit 0b9440830a2b6c8b79b90795276a7a56592f8624
Author: Carlos Ghan <charlie.brown.uy@gmail.com>
Date:   Sat Jun 27 20:09:31 2009 -0400

    Fix #26: Fix POST method

commit 0881b47840c9923759356e46617f59058e3e5eee
Author: Carlos Ghan <charlie.brown.uy@gmail.com>
Date:   Sat Jun 27 19:05:49 2009 -0400

    Fix #27 Small english typo

commit b98f347846110fdffed48bf586e8dea88cdf06d9
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Jun 27 18:36:05 2009 -0400

    dir_html :: merge new tags - part 2

commit e56a4efcceba47f7256dbd475973a2e307559f36
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Apr 27 23:24:05 2009 -0400

    dir_html :: merge new tags, part 1

commit bcb5047702fa37b92dbdd7f77e6430525285ecbe
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Mar 21 16:09:56 2009 -0400

    New sanity check: test if O_NOATIME can be used

commit 02328c50bc25cb69843c78a938af8a8ef4e1b91c
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Mar 21 10:22:19 2009 -0400

    Add validation to open() when serve static files

commit caec1541cb2f1fb1828732b58106a6d4d7ce891a
Author: Carlos Ghan <charlie.brown.uy@gmail.com>
Date:   Sat Mar 21 10:17:44 2009 -0400

    Fix #25: Cannot serve files when execution user is changed

commit 4e1a6d091b221c70582dd56f231b7b75433dc2e4
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Mar 21 10:14:47 2009 -0400

    Fix function parameter

commit 0b5e234802e9a1cc5e5d93a2feb747e0c74a052e
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Mar 20 17:34:21 2009 -0400

    Check for logfile permission

commit 947bb00838d4e345aeee53c85fb6a1aa5786cea3
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Mar 20 08:34:30 2009 -0400

    Change default security configuration

commit 9604701f6818e74ce2f09d886e24526286c39f59
Author: Carlos Ghan <charlie.brown.uy@gmail.com>
Date:   Thu Mar 19 16:15:32 2009 -0400

    Fix #16: Set workers default

commit 1bda3836279370030bf5ff4cbcc5495eae78feb8
Author: Carlos Ghan <charlie.brown.uy@gmail.com>
Date:   Thu Mar 19 16:04:54 2009 -0400

    Fix #18: Wrong content-length when sending error responses

commit a55a7844bf3720baed7b7400917e13ffaf7af54c
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Mar 19 10:15:14 2009 -0400

    Reduce unnecessary strlen() calls

commit 0812e887dc729f79a24970128a5bc50c5ee89572
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Mar 18 17:51:16 2009 -0400

    replacing strncpy w memcpy

commit 8ef0021ab95a387aac15d0a7ec735c7126336f57
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Mar 18 16:17:23 2009 -0400

    Little changes to improve speed

commit b8800d620d39048f46c83a74fa507e7f39ecfe58
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Mar 16 15:36:50 2009 -0400

    Use memcpy in mk_string_copy_substr instead of strncpy

commit 6077fce3c1e541182f336ec2d9708b18243be773
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Mar 16 15:09:34 2009 -0400

    mk_mem_alloc_z() now uses bzero()

commit ff08b195ea8924f8e909d20f353123944db8357a
Author: Carlos Ghan <charlie.brown.uy@gmail.com>
Date:   Mon Mar 16 14:24:11 2009 -0400

    Fix #24: no memory freed

commit 5a9c836775efaf63fb66611b891ed17c28e134d5
Author: Carlos Ghan <charlie.brown.uy@gmail.com>
Date:   Mon Mar 16 14:18:02 2009 -0400

    Fix #22: Memory leak at dirhtml, no freed memory

commit 25db2a83e560b680dfeb76f85f4ec06e4729322f
Author: Carlos Ghan <charlie.brown.uy@gmail.com>
Date:   Mon Mar 16 14:01:01 2009 -0400

    Fix #20: Uninitialized request_index

commit 2c81b5f499295cf291903dbb4ef3cfe1ea36a18c
Author: Carlos Ghan <charlie.brown.uy@gmail.com>
Date:   Mon Mar 16 13:56:02 2009 -0400

    Fix #23: Feature that allow to show directory of local users is not working

commit ad3001370f7accf191ed17d134ab919bdb17ef5b
Author: Carlos Ghan <charlie.brown.uy@gmail.com>
Date:   Mon Mar 16 12:40:14 2009 -0400

    Fix #23: Wrong size in mk_mem_mallox_z

commit 2b615b515a7063684933f059754d1aa3ab2fb056
Author: Carlos Ghan <charlie.brown.uy@gmail.com>
Date:   Sat Jan 3 10:39:35 2009 -0500

    Fix empty content-length when status = 301 (Moved Permanently)

commit 538f7094c2ee5991dae6f3ee62d33ee5b6e8ce27
Author: Carlos Ghan <charlie.brown.uy@gmail.com>
Date:   Sat Jan 3 10:35:56 2009 -0500

    Fix regression in mk_request_header_find

commit 646917d6d9a9514402cd567f418efba7cadfdd50
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Jan 2 15:17:26 2009 -0500

    Avoid memory allocation when checking method

commit a6e890d0f2a6e93d9b8a1d14de192f5eb6ee45e3
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Jan 2 14:47:37 2009 -0500

    Improve client list using an index

commit 965ceed5165d73c387c125d0d7d41505985c70e8
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Dec 26 13:45:51 2008 -0500

    Reset header TOC before use it

commit ded951e87690c130d09f6a3b35a4886b9987acaa
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Dec 26 11:39:54 2008 -0500

    Add header TOC

commit a964699b995f714860483263f87b651e1bcffe90
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Dec 25 20:19:25 2008 -0500

    Tune monkey using file descriptor system limit

commit 973978aefac6fffdd5ede21c5c41de768d49d932
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Dec 25 12:46:38 2008 -0500

    Cleanup code

commit 5cae27bb6c812b2ac733abeb8422db15aa39cca3
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Dec 25 12:17:45 2008 -0500

    New server loop call, cleanup code

commit ee243ce40581ccbc52fe3437fbb587f1ea93ef3a
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Dec 25 11:44:53 2008 -0500

    Remove old convention for header and footer files for directories shown

commit 3dd7a1a0e5923fe5c6cbf00a7e72fbd01f75da1a
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Dec 25 11:40:15 2008 -0500

    Rename signal calls

commit 06b2a42d2ead814e5e78e9a582e1ab54df769ae2
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Dec 25 11:26:57 2008 -0500

    Separate worker call

commit 33ad589f69e9b3efdb2de9e5da995465b0b05a8d
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Dec 25 11:02:52 2008 -0500

    Socket server creation cleanup

commit d2fc71d3951eadbd0b6c33994df082e23e7c5a55
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Dec 25 09:50:18 2008 -0500

    Close directory file descriptor

commit 20b59dbad078dc5085bd9be0675dce4497f8435e
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Dec 25 01:56:38 2008 -0500

    Fix worker logger I/O timeout

commit c27a816dc24bc08db9b6554b8ed947452c51ef81
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Dec 25 01:02:04 2008 -0500

    Fix get ip from socket

commit 1157205b8f45ef083ffe9e386dad97737a55e469
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Dec 24 17:40:24 2008 -0500

    Renaming functions and avoid gcc warnings

commit 0069fdcee6dd60ae9b7ec449afe3b2ac595cc717
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Dec 24 17:04:47 2008 -0500

    Palm, alloc buffer just for process request

commit 538d126a33a6ecaaa112cae23be0ea88085f2320
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Dec 24 17:03:36 2008 -0500

    Replacing deprecated inet_ntoa() with inet_ntop()

commit 2df74272f5c39cb06ea2c451c2c36ca00a496987
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Dec 23 21:03:15 2008 -0500

    Free uri processed

commit 9bbf67c55720345456023a4ef9c26546df6fe959
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Dec 22 21:21:59 2008 -0300

    Close connection when client has not sent the full request and server buffer is full

commit 30887e6dcb2e6c0e317e3eedfdc4b44e181b4b9d
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Dec 21 23:07:43 2008 -0300

    Fix end post method string in header check

commit dbc90438f6b7e33a1eb806db7b5ec56baf883a61
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Dec 21 19:05:11 2008 -0300

    Replacing bad english expression

commit 443ff906d3f671ff072f52950132cc090f086358
Author: Carlos Ghan <charlie.brown.uy@gmail.com>
Date:   Sun Dec 21 18:37:09 2008 -0300

    Fix iov.c, thanks to charlie

commit 3c101c86d5239158f0a941e7256e9ce83eefc2f9
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Dec 21 18:06:42 2008 -0300

    Fix #11: Reading beyond array due to missing list terminator, bug discovered and patched by Charlie

commit 69c84c334549fdc78257b6e9760bb72803d19792
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Dec 21 17:55:31 2008 -0300

    Fix invalid log error status, thanks to Charlie for report this bug

commit c5a522ea8fec30fe1eecb9ad26dd40ca4a706e69
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Dec 19 09:24:55 2008 -0500

    Improve uri check and code cleanup

commit a7628885af7f1c9e85e55cf9817d1ba519da17c7
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Dec 15 18:10:33 2008 -0500

    Reset iov buf to free idx

commit b3fb2d534225e7bb8cfed676deed423b169bddc8
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Dec 15 07:56:31 2008 -0300

    Add header iov struct cache

commit d1fb540a868b28d485adde1e621fe42cd82d9531
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Dec 15 07:25:01 2008 -0300

    Fix Ticket #8: Fix logged method (in access.log), HEAD method, thanks charlie!

commit 3cea704d31d8faaafcea51b8dd134636e0df145e
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Dec 15 07:17:39 2008 -0300

    Fix ticket #7: A little fix in content-range response (thanks to Charlie!)

commit 9af2c78dbb2a2963553d7a8835b0cf397daebe63
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Dec 14 18:25:51 2008 -0300

    Add cache for log iov struct
    Improves to Palm protocol
    Remove unnecessary calls
    on mk_mem_free, do not check if pointer is NULL

commit f5152b5c343541c018609e64e786de6b3a41210f
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Dec 1 18:59:30 2008 -0300

    Experimental "Palm protocol" support
    Add missed clock.c file to configure script
    Remove old functions

commit c387f495f524cde4075a72babecdb294d28884cf
Author: Eduardo Silva <edsiper@monotop.(none)>
Date:   Wed Nov 26 00:51:17 2008 -0300

    set socket TCP_NODELAY flag
    little fixes

commit e7a00c8b855b2b31c91562e7a49413e1c3cc5a9f
Author: Eduardo Silva <edsiper@monotop.(none)>
Date:   Mon Nov 24 22:23:50 2008 -0300

    Using mk_pointer for content length
    Fix content-type sent in header

commit eb938f18cb84b7840030fb9e333503b7820a82bc
Author: Eduardo Silva <edsiper@monotop.(none)>
Date:   Mon Nov 24 21:35:44 2008 -0300

    iov add separator CRLF and LF

commit 6bfe6b01876ab0de601170a7eeaf35c20d5cab85
Author: Eduardo Silva <edsiper@monotop.(none)>
Date:   Mon Nov 24 19:23:21 2008 -0300

    Ticket #5: Byte-range request misbehavior (thanks to Carlos Ghan)

commit 1204932a53b7a7040381345eb201995ed95606ff
Author: Eduardo Silva <edsiper@monotop.(none)>
Date:   Mon Nov 24 19:15:44 2008 -0300

    Ticket #4: Byte-range request will crash monkeyd (thanks to Carlos Ghan)

commit b524ce25d6d4f0e9885a2392a7b283cc11ace84d
Author: Eduardo Silva <edsiper@monotop.(none)>
Date:   Mon Nov 24 19:12:34 2008 -0300

    header.c code cleanup

commit 922c180a96e87a5928eaaf302c1876ac25fa50f7
Author: Eduardo Silva <edsiper@monotop.(none)>
Date:   Mon Nov 24 18:56:21 2008 -0300

    Use mk_pointer for iov static data

commit c344a1ab277aceb5b91530b84f133c8e0a518fe4
Author: edsiper <edsiper@monotop.(none)>
Date:   Mon Nov 24 16:42:00 2008 -0500

    Improve mimetype calls

commit 02cc8108f1f9ddf92a6bbb383478cb6606684523
Author: edsiper <edsiper@monotop.(none)>
Date:   Mon Nov 24 15:00:28 2008 -0500

    Add GTM time to clock worker

commit e50e4959238aedb6fa8fe7a167edd0cb146a699e
Author: edsiper <edsiper@monotop.(none)>
Date:   Mon Nov 24 12:48:33 2008 -0500

    Keep http status as str

commit 77b227df74e37773c14d71f8a68708f2ba299ebe
Author: Eduardo Silva <edsiper@monotop.(none)>
Date:   Sat Nov 22 09:46:15 2008 -0300

    Remove old PutTime() func

commit 7425d2d9f9530870d8d3b743e7a8d0122f4a5784
Author: Eduardo Silva <edsiper@monotop.(none)>
Date:   Sat Nov 22 09:42:09 2008 -0300

    New timer clock to replace the amount of strftime() calls
    Request headers to mk_pointer

commit c4b9c5597c8e78286cbc57269c3c0b8f0cfa9ef6
Author: edsiper <edsiper@monotop.(none)>
Date:   Fri Nov 21 11:08:31 2008 -0500

    Improve mk_string_search performance

commit bb0fd6da25c580b048a35831029ebd4c05f5255d
Author: Eduardo Silva <edsiper@monotop.(none)>
Date:   Thu Nov 20 07:07:02 2008 -0300

    remove string search debug message

commit a3297cb186b502abacd38768f54a047b5867ce3e
Author: Eduardo Silva <edsiper@monotop.(none)>
Date:   Thu Nov 20 07:03:22 2008 -0300

    Header responses to mk_pointers
    http decides when request reader stop to read client request
    Post method working again
    Restricted CRLF on headers, no more support for LFLF
    Close socket when client close connection without bytes sent

commit bdb928d30ddcc1409fa57f4bea85e50d3d141d23
Author: Eduardo Silva <edsiper@monotop.(none)>
Date:   Mon Nov 17 07:06:53 2008 -0300

    remove comments

commit f5331effeb20374b22e291207f6295a0170541f2
Author: Eduardo Silva <edsiper@monotop.(none)>
Date:   Mon Nov 17 07:03:02 2008 -0300

    #2 Fix denied URL checking @ deny.c (Charlie)

commit f9201766137018e3ed0256c632a9c059563eb36e
Author: Eduardo Silva <edsiper@monotop.(none)>
Date:   Mon Nov 17 07:01:21 2008 -0300

    Fix double-slash problem in URI when requesting a directory (Charlie)

commit 5ddcdbea4f500f1b48950ec02a552078329a7a12
Author: Eduardo Silva <edsiper@monotop.(none)>
Date:   Sat Nov 15 11:37:43 2008 -0300

    Fix query string parser

commit d61b5fde821f0c6f5d706958c87402b169fd03e7
Author: Eduardo Silva <edsiper@monotop.(none)>
Date:   Sat Nov 15 09:28:00 2008 -0300

    Fix logger + missed protocol

commit 43feae5b5df59e5e994812b54abbcb11ec89a5ba
Author: Eduardo Silva <edsiper@monotop.(none)>
Date:   Sat Nov 15 08:53:26 2008 -0300

    Fix first header parser

commit aef0b2695940cc3382e675fabaa5679464bb29cf
Author: Eduardo Silva <edsiper@monotop.(none)>
Date:   Fri Nov 14 22:49:09 2008 -0300

    missed 501 Method text

commit 9e34a8a4ca852df6fec9453c097ed275e64549b0
Author: Eduardo Silva <edsiper@monotop.(none)>
Date:   Fri Nov 14 22:46:37 2008 -0300

    Add response: 501 Method Not Implemented

commit 0108d692e2bb6bf8a0a5c06f56ab717b77c01d9a
Author: Eduardo Silva <edsiper@monotop.(none)>
Date:   Fri Nov 14 22:06:03 2008 -0300

    mk_pointer fix (Thanks to Charlie)

commit 7ebd110d70523d8bfe13c2b98c06187211f0187f
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Nov 11 06:58:05 2008 -0300

    conn_switch.c header

commit a16ab122072dabe9b10ace22ce4bb250107ef6f3
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Nov 10 22:22:31 2008 -0300

    dir_html :: fix toc free

commit 544802787f523c7c92740201896a3b0a181a0530
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Nov 9 22:27:18 2008 -0300

    dir_html :: free memory

commit 81663c76c825d461d023e9ce64edb2ed2d0e7cd3
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Nov 9 09:25:48 2008 -0300

    Add DEBUG file with debug available macros

commit af1dfdcb4d0ff7bcefebcdd374e0aa1487032d17
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Nov 9 09:25:29 2008 -0300

    dir_html :: contributors list

commit 7fe47dc094868be029b1b43057d6a6aa6e9f441f
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Nov 9 09:17:23 2008 -0300

    dir_html :: using linked list instead of realloc array

commit 6e02483185f6fe1c98e893764c7709337356c1ff
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Oct 21 00:51:03 2008 -0300

    dir_html :: add new logo to guineo theme

commit 5a002775c0b5e17ee0802e05a6008486287facb3
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Oct 21 00:32:29 2008 -0300

    New index page + new logo

commit fc9807908d1e9146f228ed8268efdb979e1bcaf1
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Oct 20 21:10:49 2008 -0300

    dir_html :: add chunked transfer encoding

commit be633b0fb03c18fa367bdd9760fd10d395a1607e
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Oct 20 19:49:22 2008 -0300

    iov :: add offset support

commit 5cd05a86ced0dcd6c60c4f91a1d0c7aa391ad31c
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Oct 20 18:46:33 2008 -0300

    Fix banana script (thanks to Carlos)

commit ba612d89233054f1e8988ddd347be036f64c53bd
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Oct 20 18:38:49 2008 -0300

    dir_html :: test close connection

commit f43b46275a004336c75a1cadf7daab5fa28ed6fd
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Oct 19 02:58:22 2008 -0300

    dir_html :: dynamic mem for midification time

commit f01aadf03a489bf051641a05a4e46f0602931ba0
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Oct 18 00:21:42 2008 -0300

    dir_html :: realloc entries
    Complete exit on ctrl-c press
    Add macro DEBUG_IOV
    iov with debug print array size error

commit 7ba641fccd0d8e5679a5f7f5c10805843fec2c58
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Oct 16 02:14:37 2008 -0300

    dir_html :: no slash for modificaton time

commit 012e67ac588db8ca0a10c361c184e5c5a75db40d
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Oct 16 02:09:08 2008 -0300

    dir_html :: add entry modification time

commit 9db021996ac43c89150d897bfd61c9fbbb2549c8
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Oct 14 23:29:00 2008 -0300

    dir_html :: size to human readable, thanks to Felipe Astroza

commit a4fb04acd577c04349874ef8902a9b123a0e84f7
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Oct 13 23:14:20 2008 -0300

    dir_html :: add size type

commit 7df80a21617e29b06414121e16fdb33004041cf6
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Oct 13 20:17:05 2008 -0300

    dir_html :: guineo template improves + add entry size

commit cb91fbb94225b7a4be5caf77fafd4a5cfd89c7ac
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Oct 12 12:21:53 2008 -0300

    http :: allow case sensitive check

commit 66679c7f39b18f7f44c88c67392f56219be77026
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Oct 12 12:17:25 2008 -0300

    dir_html :: internal improvements

commit 3b3be2446418fc7abe12bc69d466f50746739f37
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Oct 10 19:26:22 2008 -0400

    Fix directory redirect

commit 1972bf6a1aa24012ec92f34ea50611ad485c5871
Author: edsiper <edsiper@gmail.com>
Date:   Thu Oct 9 18:28:43 2008 -0400

    Fix hex to string parser

commit ee683c0a34e0977308da02e69901e3c1cfd0541d
Author: edsiper <edsiper@gmail.com>
Date:   Tue Oct 7 14:04:01 2008 -0400

    dir_html :: sort entries

commit b34646518e537048fbc8f64e6365910c9d81af13
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Oct 6 23:44:54 2008 -0400

    dir_html :: send html

commit b2f1f63a653105289fd8be8d1049017b2bafa140
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Sep 30 20:00:39 2008 -0400

    dir_html: compose theme to stdout

commit 92aab3c4495476f2fa3428bd90f4b5e3f9e183d5
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Sep 28 22:28:32 2008 -0400

    Testing creating dynamic response template

commit f27e8ecfd458c816200d3c18715786c7da827da9
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Sep 28 10:08:24 2008 -0400

    DEBUG_THEME: show tag instead NULL

commit 10d3df3ce0aced117e0ca04e28d3477318078b35
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Sep 28 10:03:56 2008 -0400

    Add DEBUG_THEME feature

commit 26a74a13d2a80e1beb8ab732d91c1c62ea56124a
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Sep 27 21:27:08 2008 -0400

    Parsing theme to template struct

commit 5c54312c7cbda975f364f6332dc2634e68f06a4a
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Sep 27 09:49:04 2008 -0400

    dir_html: Parsing theme

commit 6a526bb44af303a8b8122808f05fbdd64d9a92fb
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Sep 25 09:46:13 2008 -0400

    testing dirhtml_conf

commit 66615f981ab98d096dae25fb0588bb434e4d5eaa
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Sep 25 07:38:52 2008 -0400

    add mk_file_to_buffer func

commit 0c953534f1889f3baadf9a56fa1a88858a81d80e
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Sep 25 07:22:48 2008 -0400

    Initial dirhtml support

commit 96237ea8a195fa73abb884833dcce2462e89e356
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Sep 16 19:58:58 2008 -0400

    Do not allow keep alive if client has not requested

commit 3432c233e09f941899d643fba000a6e0109eccee
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Sep 16 19:55:38 2008 -0400

    little fixes dir_html

commit 6a786ad323e78e60bc81529cf1db1889d1b5556c
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Sep 8 20:21:22 2008 -0400

    dir_html 2/3

commit 36e37427ec2d6d29dcf3d549f2f4e3caf9bb1369
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Aug 3 21:17:49 2008 -0400

    Headers & new dir_html 1/3
    Reducing memory allocation on sending headers

commit ad88177e27ab339d8694a20ca05a4699911c1ef8
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jul 23 21:41:35 2008 -0400

    ups

commit b941b49de531e6805fe8c88165f69a1ce4304509
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jul 23 21:39:23 2008 -0400

    Send content-length in header when error pages are created
    Deleting old vhost convention
    Fix bug when directory shower runs more than one time

commit 3383230e0dda2160404b30d89d36bbe465021562
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Jul 22 21:52:53 2008 -0400

    Handle log errors 2/2

commit 7c6ae0e2168b293c32af681acdf8db112a364b92
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Jul 22 05:33:58 2008 -0400

    Handle log errors 1/2

commit c6c3b0db1bf3620123fcd1c71f1b474367db6df0
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Jul 13 22:10:45 2008 -0400

    Logger: add client ip address

commit 54d43688d2e7f472ac5d2e163f5ca8a2c44a5225
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Jul 13 21:41:59 2008 -0400

    Renaming request calls

commit 162cf432a5b3204b42d2b9d16e0b3f46aa89bf4b
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Jul 13 19:48:41 2008 -0400

    enable mk_string_search_n

commit 9e3e03d0ddc124068c000020ee92b341b677104b
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Jul 13 18:29:58 2008 -0400

    Using mk_pointer to handle request header

commit 65dc1fecf6e21b69da89d8ac1f185ecb20eb8788
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jul 7 21:10:45 2008 -0400

    New mk_pointer

commit b660f9cd91b6ec2a4373ff55be0dbed00639f3e2
Author: Eduardo Silva <edsiper@monotop.(none)>
Date:   Sun Jul 6 19:56:46 2008 -0400

    Little optmz

commit eb7b16f171f719597cf6f68317f940e5c35b80a9
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jul 3 22:07:34 2008 -0400

    Optimize buffer builder

commit c183fe2a89bce1fa1258d8e0674631c625d626d4
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Jul 1 00:17:27 2008 -0400

    Worker logger

commit e586ee3dc1418d8cdc5bf9d78c036260fbdbcd68
Author: edsiper <edsiper@gmail.com>
Date:   Tue Jun 24 09:32:21 2008 -0400

    add memory.c and str.c

commit cf7d0f66392daa893857408c3d9ff314d9785b2a
Author: edsiper <edsiper@gmail.com>
Date:   Tue Jun 24 09:31:29 2008 -0400

    Code reorganization

commit 1ac323d1bf94f5709ff86035d9d5a0e875a6d5d1
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Jun 22 12:58:08 2008 -0400

    Symlink fix

commit 0588038329de27879da323099b1305b54c7e2add
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Jun 21 16:08:13 2008 -0400

    Close connection on error

commit 0d8f033bf8143ae170d2fdae0c01ad787c8154df
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Jun 21 16:01:29 2008 -0400

    Fix symlink check

commit 338cd5fd241ba4c58de77ac26760aefce6507f43
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Jun 21 09:49:57 2008 -0400

    Improve string search

commit 48c24f7c477dcf8bedc727344bf6b3c34e370375
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jun 12 20:01:28 2008 -0400

    Partial download (ranges) working again

commit 1bc2c11931b979ff069b273daf207e337e74aa96
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jun 12 19:49:49 2008 -0400

    KeepAlive alive again

commit 44ea3c861afed4ecf7bc63bc7eee9014784528f1
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Jun 10 20:39:02 2008 -0400

    close connection on sendfile() error

commit 9acefc842023b80ff77d6be42fdf8cc952bacdba
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Jun 10 20:37:22 2008 -0400

    Less I/O on SendFile

commit 895c573e040b73a296b518152d292a74cd56f654
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Jun 10 07:25:19 2008 -0400

    remove silly cmp

commit da1ac85e3238c5ab20d01083871efda0acfeccdc
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jun 9 21:20:09 2008 -0400

    remove sendfile option from configure

commit f10de3bcc2edb92795cf59f2cdfa74f1ce117412
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jun 9 21:17:51 2008 -0400

    Nostalgic commit: deleting old SendFile()

commit 2abc9697945e1306be6b3784b915b3a0a2734e55
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jun 9 20:07:01 2008 -0400

    keep alive's back

commit 8c746aadbc7a6d34fd316f21793acebf4ea82060
Author: Eduardo Silva <edsiper@monotop.(none)>
Date:   Fri Jun 6 20:22:31 2008 -0400

    Fix Bug: method not allowed, thanks to Felipe (aka max)

commit 7277b323704e9cd6ee176e74a007b8c0e893731b
Author: Eduardo Silva <edsiper@monotop.(none)>
Date:   Fri Jun 6 20:02:24 2008 -0400

    new connection switch

commit e9f0c789d42fd9e49869dd1380bc4e8c103eaf5e
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jun 5 23:10:34 2008 -0400

    new file.c

commit 8512ddca1f4d9c57daebe841349c051f416e0f8a
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jun 5 23:09:50 2008 -0400

    Lot of improves in memory and I/O

commit 138ea37b1766bbecd616c4b0e016a61a39ea2325
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jun 4 20:02:33 2008 -0400

    new http.c file

commit 6facb4ad9f8da893279317a8aec3135e72e6f9dc
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jun 4 19:49:13 2008 -0400

    Little fixes

commit 4d5162695fdc7ef0dc776a5d9e1d75ed7bd47f06
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Jun 3 23:06:44 2008 -0400

    new strip arg and add of strcasestr

commit 1a4c4c85167bec9895977aa9860be14af133f3a1
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Jun 3 21:30:58 2008 -0400

    Little improve when free_list_requests() is called

commit 63ca0ce5afe71025d2509ca51ce7263ccaca7cf0
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Jun 3 21:22:04 2008 -0400

    Free some used memory

commit bf5cbdb8ab48ae6574ae5d719d2da4cbf290d18b
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Jun 3 20:08:42 2008 -0400

    Async sendfile()

commit 7e754de9e48fcb726028c73a8ccae4abadefb4fc
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Jun 3 10:02:29 2008 -0400

    Missed header file

commit b00ca0bf969f428e99c563e1507310653fca7871
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Jun 3 07:54:28 2008 -0400

    mk_header_iov_free can free specified buffers in struct iov

commit 3d8553024399c1d74144da65b1859452e75e099a
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jun 2 23:32:42 2008 -0400

    New header handler

commit 27d9b0788ce0c8929500f5fd06cf436be9061189
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Jun 1 22:00:25 2008 -0400

    Indent M_Method_send_headers()

commit 47e026380a0310c320d4a44c6fddee64e7c070fb
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Jun 1 21:34:25 2008 -0400

    remove WTF! send headers code

commit 03de80253bda392e2949bca9bca8416b71dc5134
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Jun 1 21:25:44 2008 -0400

    Using TCP_CORK

commit aa0f64e60264c10b0f6a4a7dfc7b445deba7b19f
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Jun 1 19:34:16 2008 -0400

    Scheduler fixes: a bug causing write to sockets before read data has been fixed, no visible broken connections with benchmark test.
    Delete unused functions and remove some silly debug comments

commit 59f282de2fdbbefbe67e23c0881543fd5ddf3d81
Author: Eduardo Silva <edsiper@monotop.(none)>
Date:   Fri May 30 21:07:07 2008 -0400

    Scheduler improves, now using pthread_keys
    Fix bug on broken connection

commit e64f65ac977469aecead7c1c3645c900d29e6047
Author: Eduardo Silva <edsiper@monotop.(none)>
Date:   Thu May 29 23:46:12 2008 -0400

    Comment some debug lines

commit 2934b421b903e55185f587fab3e65427deb66c52
Author: Eduardo Silva <edsiper@monotop.(none)>
Date:   Thu May 29 23:40:13 2008 -0400

    New network handler/scheduler

commit 4fd7179f981378b28476c6f46bec68bc24439e19
Author: Eduardo Silva <edsiper@monotop.(none)>
Date:   Thu May 29 07:32:54 2008 -0400

    Delete old headers

commit 23ca2eb6721df92d69bbaa1af0c3c8f53de47e57
Author: Eduardo Silva <edsiper@monotop.(none)>
Date:   Thu May 29 07:31:46 2008 -0400

    Delete invalid line

commit 611990a22ce8ccc7be9b3c367e0bf1de93d2e076
Author: Eduardo Silva <edsiper@monotop.(none)>
Date:   Thu May 29 07:27:40 2008 -0400

    Moving to epoll

commit 3ff9f481734df23e440233a40ecc6c27a2f0e8b2
Author: Eduardo Silva <edsiper@monotop.(none)>
Date:   Tue Mar 25 23:59:21 2008 -0300

    Missed header

commit c05169bdfbee0e5ccb101c6f19faa22c2e63c357
Author: Felipe Astroza <felipe.astroza@gmail.com>
Date:   Mon Mar 24 17:25:15 2008 -0400

    mk_thread use flags and mutex defined by POSIX.
    
    The main problem to create an own implementation using FUTEX is:
    	There're necessary pieces of assembler code in order to use atomic operations, which makes
    a little difficult port the current code between different archs.
    Check the GNU libc repository, they have done this in pthread.

commit 742be85595570e99ede8f03bc2a9133a7e42d514
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Mar 15 17:39:43 2008 -0400

    Clean dirty msg

commit 236de82434d0cb3d15911f2c9a5a4a31628f8d45
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Mar 15 17:39:09 2008 -0400

    Testing logger-worker thread

commit 8acef78282055a74c3d3976a9d467b672f60c7ac
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Mar 13 00:05:25 2008 -0400

    Back to single-thread mode

commit e605067c62fbdd08f11641e2711f8a21513fddb0
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Feb 29 20:19:21 2008 -0300

    Missed mk_common.c

commit 8ff37a36c6ad5f176072a04dca7a4753854c336d
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Feb 20 22:20:17 2008 -0300

    pre-threading improves (Felipe)

commit 232f05edffc947d0393a05072056bb962c215bbc
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Feb 11 09:32:54 2008 -0300

    Testing a pre-threading mode ;)

commit 11aa96aabba0e76139e822dc108b4573e26d5843
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sat Feb 2 10:11:01 2008 -0300

    Fix parser for POST request without content-length header

commit 62cd0e38fea60df9914482fb2766a77869b658e6
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Feb 1 17:29:13 2008 -0300

    POST method improves

commit c61d267cac6904d82181f45eb280544973f9b938
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Feb 1 16:14:36 2008 -0300

    Update CGI module to new structure

commit 655369834b7fb4562f21672917848d6274770a55
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Feb 1 00:27:45 2008 -0300

    host signature improves

commit 629ecce1ab5cac296b138bd9391656c35905a409
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jan 31 01:02:14 2008 -0300

    Config: look for host configuration files under 'sites'

commit 41ff8bf4b99984292e30c7661eaca64fa47cbed5
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jan 30 20:35:52 2008 -0300

    Update french translation scripts

commit 14a512e99cc467462f671b54a20556b1649af10f
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jan 30 20:25:44 2008 -0300

    Update spanish translation scripts

commit dcb528ad51527ff7f63310efcf5dfc4afb32f59b
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jan 30 20:10:58 2008 -0300

    Add missed 'sites' dir

commit d771ad279f24af604000697f44b556aa1464340a
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jan 30 20:09:44 2008 -0300

    Update configure script in order to create the new configuration files

commit 16e27b46c47312ccde11b71511961fe396b33409
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jan 30 17:47:42 2008 -0300

    Remove old alloc() glib-2.0 compatibility

commit dd9024bf0eb1ae5d2bbef97da4159cc1e4df9c99
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jan 30 17:40:10 2008 -0300

    Internal changes: vhost, configuration files

commit 33d7c536140e4ef3bc2bc5079bc1a6ebd6937be8
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jan 28 15:02:18 2008 -0300

    Configure script: create bin and logs directories

commit beb5b3e5780f1828f4fe70b6bae6899a207e3ddb
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jan 28 11:38:58 2008 -0300

    remove old func def

commit d20fa1310d341279c208058acb09bcad6c95c6d5
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jan 28 11:37:55 2008 -0300

    New option in configure script to force monkey do not use the sendfile() syscall

commit 738f77f8d74e166cdb50446ce2a6c1a1b646a487
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Sun Jan 27 22:46:38 2008 -0300

    Use linux sendfile() system call to send static files

commit 644f26433872148241089d28455709d345a66f07
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Jan 25 15:38:13 2008 -0300

    Allow keepalive connections on HTTP/1.0

commit e6a0def4529729590c20e8ca2e6e9496f70d5129
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Jan 25 14:53:44 2008 -0300

    Add benchmark mode

commit e314a6a6ec373737eb61ce18546c31fe8be95b10
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Fri Jan 25 07:39:50 2008 -0300

    Fix closing connection

commit 202c4489f3949b30eefd85e52c9f4a82d415a2ae
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jan 24 21:27:31 2008 -0300

    Enable logs and keepalive

commit 9561969192ee47a768fc3d32b025e2c3e59fbfbd
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jan 24 18:54:04 2008 -0300

    Allow HEAD method on pipelined requests

commit b8a3054dc1b98ae7276919f6b67032047c59a3d8
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jan 24 18:49:41 2008 -0300

    Fix protocol check

commit 29a59ad689801ed334161c140d943e94beae074b
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jan 24 18:27:02 2008 -0300

    Force pipelined request to GET method

commit 01b4f5e740e8d4434ac233127aabcd0c43235f15
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jan 24 16:33:47 2008 -0300

    Improve remove_space()

commit 3b034ed407f6b0f27da242b206cc76ec730be901
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jan 24 16:30:34 2008 -0300

    New request header checks

commit 393d5a0c0552f9744ad039cac8b937a3d1b0665e
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jan 24 12:15:27 2008 -0300

    Set pipelined connection

commit c6906df327397bec608935d7bdfd92e51dc45874
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jan 24 11:40:22 2008 -0300

    Improve free request list

commit 38cba9f3025f1103cb08aed736122e7cc33093e2
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jan 24 02:11:04 2008 -0300

    Fix free_request()

commit 61bba201db3673155671e1fefa2ae6f82c77e336
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jan 24 00:56:59 2008 -0300

    Missed return value

commit f3596f167a878d8dc93eea7fa49f9af412401468
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Thu Jan 24 00:52:44 2008 -0300

    Fix request parser: allow different end strings

commit c6ac76f9d73cd2ce1b81783b62f10b23b597e587
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jan 23 07:00:49 2008 -0300

    Improve request parser

commit 1a3032d8292105b2ef66936c1cfef21f9a7d8b43
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Wed Jan 23 05:38:12 2008 -0300

    Fix memory issues and some comments translation

commit d8ae52d964ec7cc70d6d5cb084b731e8cbdd6af1
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Jan 22 19:28:06 2008 -0300

    Add DEBUG function

commit 2e426f18d80211a7123f11dff3ed6bb2cb52a5e2
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Jan 22 18:50:55 2008 -0300

    Update process module

commit ea18051bbe7ec6ac4f4ded168561e82cf1a0d3e4
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Jan 22 18:45:42 2008 -0300

    Update user module in order to use new client structure

commit 4a476936a656f2034c8a1a3610fca6ab7bd77b7c
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Tue Jan 22 18:40:59 2008 -0300

    Update cgi module in order to user new client structure

commit b29396485e8b6b428012648aa27fb55bd2a42861
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jan 21 20:44:51 2008 -0300

    Updating dir_html.c

commit 7f533489ab8e4fc0eb8252475d8678480a89f08d
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jan 21 20:40:38 2008 -0300

    Using struct client_request

commit 749ef3cf9879feef026ebf70d2ce96b64d80aa82
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jan 21 20:31:16 2008 -0300

    request.c: cleanup code

commit fbd9b3a9361cfa3411092d6a7c5bda3d1c2cd115
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jan 21 19:46:55 2008 -0300

    Replacing old vars

commit bba620a52f3448faeb517db3192c6ccd9778756b
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jan 21 19:14:33 2008 -0300

    change version name to 'git'

commit 49a5cd928f82f2141c3e6e9d7ea8114c9e36a6a3
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jan 21 18:58:12 2008 -0300

    Parsing pipelined connections

commit bc30b2a79d9f82ac2764bb065895c7306476f714
Author: Eduardo Silva <edsiper@gmail.com>
Date:   Mon Jan 21 18:49:10 2008 -0300

    Initial import: version 0.9.2
