aboutsummaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAge
...
| * Build with warnings and clang 3.0Sebastian Hahn2011-12-13
| | | | | | | | | | | | | | --enable-gcc-warnings enables two warnings that clang doesn't support, so the build fails. We had hoped clang 3.0 would add those, but it didn't, so let's just always disable those warnings when building with clang. We can still fix it later once they add support
| * bump maint-0.2.2 to 0.2.2.34-devRoger Dingledine2011-10-27
| |
* | Increment version in master to 0.2.3.10-alpha-devNick Mathewson2011-12-16
| |
* | Bump version to Tor 0.2.3.10-alphaNick Mathewson2011-12-15
| |
* | bump to 0.2.3.9-alpha-devRoger Dingledine2011-12-08
| |
* | bump to 0.2.3.9-alphaRoger Dingledine2011-12-08
| |
* | Merge remote-tracking branch 'sjmurdoch/bug1983-port-tor-fw-helper-to-windows'Nick Mathewson2011-11-30
|\ \
| * | Support NAT-PMP on WindowsSteven Murdoch2011-11-30
| | | | | | | | | | | | | | | | | | | | | | | | - Link in libws32 and libiphlpapi, needed for libnatpmp (both in ./configure and when compiling tor-fw-helper-natpmp.c) - Define STATICLIB under Windows, to allow tor-fw-helper-natpmp.c to link - Don't include arpa/inet.h which isn't present in Mingw32 and doesn't appear to be needed on either Windows or MacOS X
* | | Add support for tor2web mode via configureArturo Filastò2011-11-30
|/ /
* | bump to 0.2.3.8-alpha-devRoger Dingledine2011-11-23
| |
* | bump to 0.2.3.8-alphaRoger Dingledine2011-11-22
| |
* | New src/test/bench.c to allow us to actually _run_ benchmark codeNick Mathewson2011-11-11
| | | | | | | | Yes, the timing functions are suboptimal. Please improve!
* | blurb and version bump for 0.2.3.7-alphaRoger Dingledine2011-10-30
| |
* | Bump version to 0.2.3.6-alpha-devNick Mathewson2011-10-28
| |
* | bump to 0.2.3.6-alphaRoger Dingledine2011-10-26
| |
* | bump to 0.2.3.5-alpha-devRoger Dingledine2011-10-23
| |
* | Merge remote-tracking branch 'public/bug2430'Nick Mathewson2011-10-07
|\ \
| * | Provide missing description for our FLEXIBLE_ARRAY_MEMBER definesNick Mathewson2011-09-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apparently autoheader throws a tantrum if you say 'AC_DEFINE([a], [b])'. Instead you must say 'AC_DEFINE([a], [b], [description of a])'. We were running into this in our replacement definitions for FLEXIBLE_ARRAY_MEMBER, which were only getting built on autoconf versions before 2.61 -- and this made us stop working with those autoconf versinos. Fixes bug 2430; bugfix on 0.2.3.1-alpha.
* | | bump to 0.2.3.5-alphaRoger Dingledine2011-09-28
| | |
* | | bump to 0.2.3.4-alpha-devRoger Dingledine2011-09-13
| | |
* | | bump to 0.2.3.4-alphaRoger Dingledine2011-09-13
|/ /
* | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-09-09
|\| | | | | | | | | | | Conflicts: configure.in src/or/circuitbuild.c
| * Merge remote-tracking branch 'public/gcc-295-fix' into maint-0.2.2Nick Mathewson2011-09-09
| |\
| | * Check for lround with autoconf; fall back to rint.Nick Mathewson2011-08-30
| | |
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-09-07
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.in Conflict was between two pieces of configure.in logic added to the same place. Trivial.
| * | Look for correct "ar" to cross-compileNick Mathewson2011-09-07
| |/ | | | | | | | | | | | | | | | | | | | | | | For some reason, autoconf doesn't by default have an "AC_PROG_AR" for this -- possibly it's assumed that any "ar" you have will work everyplace. Fixes bug 3909; found by sid77. This fixes a build issue first present in fdbdb4dc1500, but the bug (of not using a correct ar) has been in every Tor version ever: it just didn't matter until then.
* | bump to 0.2.3.3-alpha-devRoger Dingledine2011-09-02
| |
* | bump to 0.2.3.3-alphaRoger Dingledine2011-09-02
| |
* | Revert change to libminiupnpc search pathSteven Murdoch2011-08-22
| | | | | | | | | | This was supposed to fix an oddity with library searching in autoconf but it didn't actually fix anything.
* | Merge branch 'bug1983-port-tor-fw-helper-to-windows' into bug2046Steven Murdoch2011-08-22
|\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.in src/tools/tor-fw-helper/Makefile.am src/tools/tor-fw-helper/tor-fw-helper-upnp.c src/tools/tor-fw-helper/tor-fw-helper.c
| * | Correct reference to libiphlpapi from libiphlapiSteven Murdoch2011-08-22
| | |
| * | Only link ws2_32 and iphlapi on windows.Nick Mathewson2011-08-19
| | | | | | | | | | | | This is a tweak for the tor-fw-helper port to windows.
| * | Link and build tor-fw-helper on WindowsSteven Murdoch2011-08-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update configure script to test for libminiupnpc along with the libws2_32 and libiphlpapi libraries required by libminiupnpc - When building tor-fw-helper, link in libiphlpapi - Link in libminiupnpc statically becasue I could not get the DLL to link properly - Call WSAStartup before doing network operations - Fix up a compiler warning about uninitialized backend_state N.B. The changes to configure.in and Makefile.am will break on non- Windows platforms.
* | | Merge remote branch 'origin/master' into bug2046Steven Murdoch2011-08-18
|\| |
| * | Bufferevents now requires Libevent 2.0.13-stable.Nick Mathewson2011-08-17
| | | | | | | | | | | | | | | (Earlier Libevent versions have bufferevent bugs that affect us, and are missing some APIs that it would be handy to use.)
| * | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-08-11
| |\|
| | * Ignore deprecation warnings on OS XSebastian Hahn2011-08-10
| | | | | | | | | | | | | | | | | | Starting with Lion, Apple decided to deprecate the system openssl. We can start requiring users to install their own openssl once OS X doesn't ship with it anymore.
* | | XXX Hack to allow tor-fw-helper to be built on WindowsSteven Murdoch2011-07-21
|/ / | | | | | | | | | | | | | | For some reason, --with-libminiupnpc-dir doesn't work on Windows, so this hardcodes /local/lib as the path in which libminiupnpc.a can be found. Also, libminiupnpc needs libws2_32 and libiphlpapi under Windows, so this hardcodes these libraries when building the ./configure test program. These changes almost certainly break *nix, so should be fixed before merge.
* | Bump version to 0.2.3.2-alpha-devNick Mathewson2011-07-18
| |
* | bump to 0.2.3.2-alphaRoger Dingledine2011-07-18
| |
* | Fix tor-fw-helper-natpmp.c API usageJacob Appelbaum2011-06-20
| | | | | | | | | | | | libnatpmp-20110618 changed the API that tor-fw-helper used and for a time tor-fw-helper could not build against the newest libnatpmp. This patch brings support for libnatpmp to tor-fw-helper.
* | Merge remote-tracking branch 'public/bug3122_memcmp_022' into bug3122_memcmp_023Nick Mathewson2011-05-11
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts in various places, mainly node-related. Resolved them in favor of HEAD, with copying of tor_mem* operations from bug3122_memcmp_022. src/common/Makefile.am src/or/circuitlist.c src/or/connection_edge.c src/or/directory.c src/or/microdesc.c src/or/networkstatus.c src/or/router.c src/or/routerlist.c src/test/test_util.c
| * Merge remote-tracking branch 'public/3122_memcmp_squashed' into ↵Nick Mathewson2011-05-11
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug3122_memcmp_022 Conflicts throughout. All resolved in favor of taking HEAD and adding tor_mem* or fast_mem* ops as appropriate. src/common/Makefile.am src/or/circuitbuild.c src/or/directory.c src/or/dirserv.c src/or/dirvote.c src/or/networkstatus.c src/or/rendclient.c src/or/rendservice.c src/or/router.c src/or/routerlist.c src/or/routerparse.c src/or/test.c
| | * Add a data-independent variant of memcmp and a d-i memeq function.Nick Mathewson2011-05-11
| | | | | | | | | | | | | | | The tor_memcmp code is by Robert Ransom, and the tor_memeq code is by me. Both incorporate some ideas from DJB's stuff.
* | | Link to libevent_openssl statically when requestedSebastian Hahn2011-05-06
| | | | | | | | | | | | | | | | | | When configure tor with --enable-bufferevents and --enable-static-libevent, libevent_openssl would still be linked dynamically. Fix this and refactor src/or/Makefile.am along the way.
* | | Increment version to 0.2.3.1-alpha-devNick Mathewson2011-05-05
| | |
* | | Increment version to 0.2.3.1-alphaNick Mathewson2011-05-05
| | |
* | | Small fixes for the 2702 implementationSebastian Hahn2011-04-02
| | | | | | | | | | | | | | | | | | Improve the INSTALL documentation for static builds, remove a few unnecessary lines from configure.in and tweak the changelog message slightly.
* | | add --enable-static-tor to our configure scriptJacob Appelbaum2011-04-02
| | | | | | | | | | | | This implements the feature request in bug #2702
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-03-30
|\| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/common/compat.h src/or/circuitlist.c src/or/circuituse.c src/or/or.h src/or/rephist.c