summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Build liballium with -Wextra, and remove a redundant -O2.HEADmasterYawning Angel2014-04-09
* Don't define the vsnprintf prototype when compiling with gcc/clang (Fixes #3)Yawning Angel2014-03-16
* Minor portability fixesv0.0.1Yawning Angel2014-03-04
* Merging changes from Fabian KeilYawning Angel2014-02-14
* Fix the package config file header locationYawning Angel2014-02-14
* Update the README file to remove some stuff I probably won't add to this.Yawning Angel2014-02-14
* Use autoconf/automake/libtool instead of CMake (Fixes #2)Yawning Angel2014-02-14
* Flush stdout after sending [C,S]METHODS DONE.Yawning Angel2014-01-31
* Actually wipe memory in allium_scrub(), thanks to Michael Schruf for the bug ...Yawning Angel2013-10-02
* Fix a spelling error.Yawning Angel2013-09-29
* Added an example for how to query server transport options.Yawning Angel2013-09-28
* Add unit tests for the SERVER_TRANSPORT_OPTIONS stuff.Yawning Angel2013-09-28
* Add untested support for unescaping the value portion of SERVER_TRANSPORT_OPT...Yawning Angel2013-09-28
* Cleaned up the server init tests.Yawning Angel2013-09-28
* Removed a ton of bfromcstr calls by using struct tagbstrings instead. Also c...Yawning Angel2013-09-28
* Add (somewhat incomplete) support for SERVER_TRANSPORT_OPTIONS.Yawning Angel2013-09-28
* Add a helpful comment to parse_bind_address(). No functional changes.Yawning Angel2013-09-28
* Remove a getenv() call that I missed in that refactor.Yawning Angel2013-09-28
* Refactor allium_ptcfg_init() into different functions.Yawning Angel2013-09-28
* Merge branch 'master' into issue1Yawning Angel2013-09-27
|\
| * Fixed a dumb double destroy in init() on OOM, thanks to asn.Yawning Angel2013-09-27
* | Merge branch 'master' into issue1Yawning Angel2013-09-27
|\ \ | |/
| * Removed a stray ')' in a comment, no functional changes.Yawning Angel2013-09-27
* | Add allium_ptcfg_auth_cookie_file() to the gotchas in the documentation.Yawning Angel2013-09-27
* | Added support for TOR_PT_AUTH_COOKIE_FILE. Still the easy bits of #1.Yawning Angel2013-09-27
* | Merge branch 'master' into issue1Yawning Angel2013-09-27
|\ \ | |/
| * Actually free everything in allium_ptcfg_free().Yawning Angel2013-09-27
* | Remove FORWARD, DECLARE and USE-EXTENDED-PORT. The easy part of #1.Yawning Angel2013-09-27
|/
* Whoops, the SMETHOD ARGS and DECLARE are also delimited by a ':'.Yawning Angel2013-09-27
* Initial importYawning Angel2013-09-27