| Commit message (Expand) | Author | Age |
* | Patch to localtime/gmtime handling: use the _r variants where available. Use...•••svn:r3653
| Nick Mathewson | 2005-02-22 |
* | Check for pthread dependency on pthread_detach as well as pthread_create•••svn:r3651
| Nick Mathewson | 2005-02-22 |
* | Snarf some logic from python, adapted to our own needs, to handle gethostbyna...•••svn:r3649
| Nick Mathewson | 2005-02-22 |
* | Initial IRIX compatibility fixes: check for inttypes.h; check for platform ce...•••svn:r3648
| Nick Mathewson | 2005-02-22 |
* | More fixes for IRIX compilation: make very sure we have NULL in configure.in....•••svn:r3627
| Nick Mathewson | 2005-02-15 |
* | Fix check for NULL representation to include string.h; this makes fixes build...•••svn:r3625
| Nick Mathewson | 2005-02-15 |
* | Give a better error message when zlib.h is not found.•••svn:r3618
| Nick Mathewson | 2005-02-12 |
* | Use getaddrinfo and gethostbyname_r where available. Note that these are not...•••svn:r3522
| Nick Mathewson | 2005-02-03 |
* | Also check for dmalloc.h•••svn:r3510
| Peter Palfrader | 2005-02-03 |
* | fix typo•••svn:r3509
| Roger Dingledine | 2005-02-03 |
* | Add --with-dmalloc configure option•••svn:r3508
| Peter Palfrader | 2005-02-03 |
* | Check for libpthread•••svn:r3496
| Nick Mathewson | 2005-02-01 |
* | Add rudimentary pthread support that needs more testing.•••svn:r3439
| Nick Mathewson | 2005-01-27 |
* | Make Tor use Niels Provos's libevent instead of it's current•••poll-but-sometimes-select mess. This will let us use faster async cores
(like epoll, kpoll, and /dev/poll), and hopefully work better on Windows
too.
There are some fairly nasty changes to main.c here; this will almost
certainly break something. But hey, that's what alphas are for.
svn:r3341
| Nick Mathewson | 2005-01-12 |
* | Forward-port OSX packaging stuff from maint branch•••svn:r3299
| Nick Mathewson | 2005-01-05 |
* | Bump repository version to tor-0.1.0.0-alpha-cvs. (First prerelease will be 0...•••svn:r3168
| Nick Mathewson | 2004-12-17 |
* | move us to 0.0.9.1•••svn:r3150
| Roger Dingledine | 2004-12-15 |
* | move us to 0.0.9•••svn:r3139
| Roger Dingledine | 2004-12-13 |
* | bump to 0.0.9rc7•••svn:r3121
| Roger Dingledine | 2004-12-08 |
* | bump us to 0.0.9rc7-cvs•••svn:r3102
| Roger Dingledine | 2004-12-07 |
* | bump us to 0.0.9rc6•••svn:r3089
| Roger Dingledine | 2004-12-06 |
* | bump us to 0.0.9rc6-cvs•••darn these bugs
svn:r3069
| Roger Dingledine | 2004-12-04 |
* | bump to 0.0.9rc5•••svn:r3056
| Roger Dingledine | 2004-12-01 |
* | bump to 0.0.9rc5-cvs•••svn:r3009
| Roger Dingledine | 2004-11-29 |
* | bump to 0.0.9rc4•••svn:r3001
| Roger Dingledine | 2004-11-28 |
* | that's enough changes to bump to rc4-cvs•••svn:r2991
| Roger Dingledine | 2004-11-26 |
* | bump to 0.0.9rc3•••svn:r2984
| Roger Dingledine | 2004-11-25 |
* | bump to rc2•••svn:r2965
| Roger Dingledine | 2004-11-23 |
* | fix some typos; move to 0.0.9rc1•••svn:r2951
| Roger Dingledine | 2004-11-23 |
* | bump us to 0.0.9rc1-cvs•••svn:r2916
| Roger Dingledine | 2004-11-20 |
* | bump us to 0.0.9pre6•••svn:r2902
| Roger Dingledine | 2004-11-16 |
* | Add coda at the end of configure.in to update versions in orconfig.h and tor....•••svn:r2864
| Nick Mathewson | 2004-11-14 |
* | Fix "implicit declaration of ftello" warning: add AC_FUNC_FSEEKO in configure...•••svn:r2854
| Nick Mathewson | 2004-11-14 |
* | generate contrib/torctl via auto*•••svn:r2846
| Roger Dingledine | 2004-11-14 |
* | Use autoconf to enable largefile support where necessary. Use ftello where av...•••svn:r2806
| Nick Mathewson | 2004-11-12 |
* | Resolve FIXME items: make expand_filename handle ~ and ~username•••svn:r2789
| Nick Mathewson | 2004-11-10 |
* | bump us to 0.0.9pre6-cvs•••svn:r2787
| Roger Dingledine | 2004-11-10 |
* | ship the tarball with a minimal cflags, since gcc's vary so much•••svn:r2770
| Roger Dingledine | 2004-11-10 |
* | More whitespace normalization•••svn:r2768
| Nick Mathewson | 2004-11-10 |
* | separate out the cflags that cause spurious warnings, so•••we don't ship those in the tarball
also, bump us to 0.0.9pre5
svn:r2760
| Roger Dingledine | 2004-11-10 |
* | move -Wwrite-strings -Wredundant-decls to a separate CFLAGS•••line, since they fail on my system due to bugs in my includes
svn:r2718
| Roger Dingledine | 2004-11-09 |
* | Unify tor_parse_(numeric); make sure MAX_UINT32 and MAX_UINT64 are defined•••svn:r2688
| Nick Mathewson | 2004-11-05 |
* | Merge RPM spec patch from jbash•••svn:r2674
| Nick Mathewson | 2004-11-04 |
* | my gcc has never heard of -Wendif-labels•••feel free to add it back in if you can make it only used by gcc's
that know about it
svn:r2654
| Roger Dingledine | 2004-11-03 |
* | Handle strlcat/strlcpy correctly on platforms that have them.•••svn:r2647
| Nick Mathewson | 2004-11-02 |
* | Use a stricter set of warnings; make them all pass.•••svn:r2645
| Nick Mathewson | 2004-11-02 |
* | hunt for getrlimit setrlimit sys/time.h sys/resource.h•••svn:r2637
| Roger Dingledine | 2004-11-01 |
* | Only tor and test binaries need to link against openssl and zlib; tor-resolve...•••svn:r2629
| Nick Mathewson | 2004-10-30 |
* | Link tools directory into rest of build system•••svn:r2623
| Nick Mathewson | 2004-10-28 |
* | Add SysLog option to direct log messages to the system log instead of a FILE*.•••svn:r2591
| Nick Mathewson | 2004-10-26 |