| Commit message (Expand) | Author | Age | Files | Lines |
* | automake: replace INCLUDES by AM_CPPFLAGS | Martin Willi | 2013-07-18 | 1 | -2/+7 |
* | libfast: cancel thread if it fails to accept fcgi sessions | Martin Willi | 2013-07-18 | 1 | -1/+5 |
* | libfast: add a fast_ prefix to all classes, avoiding namespace clashes | Martin Willi | 2013-07-18 | 12 | -245/+258 |
* | Fixed Doxygen comments after scanning complete src directory | Tobias Brunner | 2013-03-02 | 1 | -1/+1 |
* | Moved debug.[ch] to utils folder | Tobias Brunner | 2012-10-24 | 3 | -3/+3 |
* | Moved data structures to new collections subfolder | Tobias Brunner | 2012-10-24 | 2 | -3/+3 |
* | Add a libfast sendfile() method to send files from disk5.0.1 | Martin Willi | 2012-10-02 | 2 | -0/+69 |
* | Fixed check for rng in session ID creation of libfast | Tobias Brunner | 2012-09-28 | 1 | -1/+1 |
* | Properly initialize sockaddr_in struct in fast and dhcp plugins | Tobias Brunner | 2012-09-28 | 1 | -4/+7 |
* | Check rng return value when generating libfast session COOKIEs | Martin Willi | 2012-07-16 | 3 | -6/+27 |
* | Install dev headers only if --with-dev-headers= option is set | Martin Willi | 2012-07-11 | 1 | -1/+3 |
* | Install libfast development headers | Martin Willi | 2012-07-11 | 1 | -2/+7 |
* | Fixed additional typos in comments and log messages. | Tobias Brunner | 2012-01-12 | 1 | -1/+1 |
* | libfast: Fixed compiler warning. | Tobias Brunner | 2011-11-25 | 1 | -1/+1 |
* | Check if ClearSilver actually requires zlib | Martin Willi | 2011-09-02 | 1 | -1/+1 |
* | "this" removed from comments. | Tobias Brunner | 2011-07-06 | 1 | -2/+0 |
* | Don't install the libraries directly in lib/. | Tobias Brunner | 2011-07-05 | 1 | -1/+1 |
* | We actually need to link against libz, as neo libraries are often static | Martin Willi | 2011-06-15 | 1 | -1/+1 |
* | Set cookies for the complete domain | Martin Willi | 2011-06-15 | 1 | -1/+1 |
* | Migrated libfast to INIT/METHOD macros | Martin Willi | 2011-06-15 | 3 | -199/+142 |
* | libfast does not depend on zlib directly, clearsilver can be built without co... | Martin Willi | 2011-06-01 | 1 | -1/+1 |
* | Added a null-safe strdup variant | Martin Willi | 2011-01-05 | 1 | -1/+1 |
* | Added getter for arbitrary environment variables | Martin Willi | 2010-11-17 | 2 | -0/+17 |
* | Added support for reading raw PUT/POST data from HTTP request | Martin Willi | 2010-05-27 | 2 | -0/+18 |
* | Reintroduce to_referer(), redirect() does not work with get_referer() | Martin Willi | 2010-04-28 | 2 | -0/+25 |
* | Use a 301 permanent redirect if no controller given | Martin Willi | 2010-04-28 | 1 | -1/+3 |
* | Remove to_referer() method, as it fails if no referer was given | Martin Willi | 2010-04-07 | 2 | -29/+10 |
* | Adding DBG_LIB to all calls of libstrongswan's version of DBG*. | Tobias Brunner | 2010-04-06 | 1 | -8/+9 |
* | Added a very minimalistic SMTP client to send mails via a local Exim | Martin Willi | 2010-03-11 | 3 | -1/+241 |
* | Add a getter for the HTTP referer | Martin Willi | 2010-03-10 | 2 | -0/+16 |
* | Using the thread wrapper in charon, libstrongswan and their plugins. | Tobias Brunner | 2009-12-23 | 2 | -25/+30 |
* | Check if libpthread is required or not. | Tobias Brunner | 2009-12-23 | 1 | -1/+1 |
* | Separated the public interfaces of the threading primitives. | Tobias Brunner | 2009-12-23 | 1 | -1/+1 |
* | Moved mutex.c to a separate folder in order to cleanly wrap other threading p... | Tobias Brunner | 2009-12-23 | 1 | -1/+1 |
* | Improved libfast session management, using a hashtable | Martin Willi | 2009-12-08 | 2 | -40/+109 |
* | added lost session cookie buffer | Martin Willi | 2009-09-11 | 1 | -0/+1 |
* | Removed chunk_from_buf() in favor of a simpler chunk_from_chars() macro | Martin Willi | 2009-09-11 | 1 | -3/+1 |
* | double check session id has been initialized | Martin Willi | 2009-09-10 | 1 | -1/+1 |
* | remove obsolete @brief doxygen tags | Martin Willi | 2009-09-10 | 2 | -2/+2 |
* | Use wrapped mutex_t/condvar_t instead of pthread_mutex/cond_t | Martin Willi | 2009-09-10 | 1 | -10/+16 |
* | libfast uses enumerator instead of deprecated iterator | Martin Willi | 2009-09-10 | 1 | -12/+12 |
* | remove spaces before tabs at the beginning of lines (^( )+\t) | Martin Willi | 2009-09-04 | 1 | -2/+2 |
* | replaces four spaces by tabs, where appropriate | Martin Willi | 2009-09-04 | 3 | -9/+9 |
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 9 | -111/+111 |
* | use time_monotonic() instead of time() for statistics and time difference cal... | Martin Willi | 2009-08-31 | 1 | -3/+3 |
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 9 | -18/+0 |
* | updated Doxyfile | Martin Willi | 2009-03-24 | 5 | -5/+5 |
* | passing controller arguments to filter, not controller itself | Martin Willi | 2008-06-11 | 2 | -26/+36 |
* | replaced freeswan ttodata by own chunk_{to|from}_{hex|base64} functions | Martin Willi | 2008-04-24 | 1 | -1/+1 |
* | added API for random number generators, served through credential factory | Martin Willi | 2008-04-15 | 1 | -6/+9 |