Nick Mathewson
|
a69b96af02
|
Be sure to restore LDFLAGS from LDFLAGS, not from LIBS.
svn:r5902
|
2006-02-03 19:34:09 +00:00 |
|
Peter Palfrader
|
dbf2e10460
|
Apply Matt Ghali's --with-syslog-facility patch
svn:r5883
|
2006-02-01 02:15:44 +00:00 |
|
Nick Mathewson
|
d4393daf10
|
Make OpenSSL configure.in logic match libevent configure.in logic.
svn:r5873
|
2006-01-27 19:38:16 +00:00 |
|
Nick Mathewson
|
0e8072a8e7
|
More improvements on libevent hunting: give a good error when no libevent linkable is found at all; also try using -R to link libevent where needed.
svn:r5872
|
2006-01-27 18:39:40 +00:00 |
|
Nick Mathewson
|
2379bc557c
|
Minor cleanup of last patch: check system before prefix, so we dont believe that libevent is /usr/local/lib when it is in /usr.
svn:r5871
|
2006-01-27 01:47:43 +00:00 |
|
Nick Mathewson
|
b28dbb5b99
|
Implement --with-libevent-dir. Improve libevent search techniques. May be buggy as my old apartment.
svn:r5870
|
2006-01-27 00:16:06 +00:00 |
|
Roger Dingledine
|
2c26d77bf0
|
bump to 0.1.1.12-alpha-cvs
svn:r5825
|
2006-01-12 05:08:20 +00:00 |
|
Roger Dingledine
|
aa070a3301
|
bump to 0.1.1.12-alpha
ha ha
svn:r5808
|
2006-01-11 22:36:32 +00:00 |
|
Roger Dingledine
|
a8bb654c2b
|
bump to 0.1.1.11-alpha-cvs
svn:r5799
|
2006-01-11 06:19:00 +00:00 |
|
Roger Dingledine
|
906a2c8ef0
|
bump to 0.1.1.11-alpha in preparation for release
svn:r5783
|
2006-01-10 23:16:36 +00:00 |
|
Nick Mathewson
|
221fc8d709
|
Apply RPM-related cleanups from John Bashinski
svn:r5639
|
2005-12-24 04:03:39 +00:00 |
|
Roger Dingledine
|
c21666ca59
|
bump to 0.1.1.10-alpha-cvs
svn:r5558
|
2005-12-11 07:33:16 +00:00 |
|
Roger Dingledine
|
eaa864ed17
|
bump to 0.1.1.10-alpha
svn:r5553
|
2005-12-10 21:15:18 +00:00 |
|
Peter Palfrader
|
7a70a142f4
|
Also print usernames, not just numeric UIDs when we tell the user that his data directory has the wrong owner
svn:r5502
|
2005-12-05 01:28:10 +00:00 |
|
Roger Dingledine
|
276ca7ad28
|
link with -ldl if you need it.
svn:r5450
|
2005-11-23 20:15:39 +00:00 |
|
Roger Dingledine
|
4e77913c67
|
whitespace and copyright fixes on configure.in
svn:r5449
|
2005-11-23 20:15:23 +00:00 |
|
Roger Dingledine
|
6465b30f21
|
bump to 0.1.1.9-alpha-cvs
svn:r5387
|
2005-11-15 20:29:56 +00:00 |
|
Roger Dingledine
|
4cd7bddfc3
|
bump to 0.1.1.9-alpha
svn:r5374
|
2005-11-15 01:47:11 +00:00 |
|
Nick Mathewson
|
b548ce791a
|
prefer thread-friendly dmalloc
svn:r5298
|
2005-10-24 18:37:45 +00:00 |
|
Nick Mathewson
|
48caf912a6
|
Bump version to 0.1.1.8-alpha-cvs
svn:r5228
|
2005-10-08 05:43:49 +00:00 |
|
Roger Dingledine
|
2b3e8ab901
|
bump to 0.1.1.8-alpha
svn:r5222
|
2005-10-07 20:17:39 +00:00 |
|
Peter Palfrader
|
e53f1ccbfc
|
sparc64 doesn't like unaligned access either
svn:r5206
|
2005-10-06 02:55:29 +00:00 |
|
Nick Mathewson
|
8434595584
|
Fix verbose compiler warnings, including one in routerlist.c that would have been an actual error. Normalize whitespace. Enforce convention that "address" is a hostname and "addr" is an IPv4 address.
svn:r5190
|
2005-10-05 02:06:36 +00:00 |
|
Nick Mathewson
|
acc601fd36
|
add extra warnings to our set of disabled warnings
svn:r5158
|
2005-09-30 01:05:21 +00:00 |
|
Nick Mathewson
|
dcb6b3df6c
|
bump version to 0.1.1.7-alpha-cvs
svn:r5093
|
2005-09-19 22:02:14 +00:00 |
|
Nick Mathewson
|
6973ef9be4
|
Add a touch_file() function to compat so we can update cache mtimes.
svn:r5067
|
2005-09-14 23:27:52 +00:00 |
|
Roger Dingledine
|
76e6cc0c2b
|
bump to 0.1.1.7-alpha
svn:r5051
|
2005-09-14 03:59:33 +00:00 |
|
Peter Palfrader
|
0ceab199b0
|
Do not use unaligned access on some more archs
svn:r4992
|
2005-09-10 20:44:05 +00:00 |
|
Roger Dingledine
|
e782ee344a
|
bump to 0.1.1.6-alpha-cvs
svn:r4987
|
2005-09-10 03:41:39 +00:00 |
|
Roger Dingledine
|
e58ca648c6
|
bump to 0.1.1.6-alpha
this time for sure
svn:r4982
|
2005-09-10 01:47:27 +00:00 |
|
Nick Mathewson
|
5f2eea29f7
|
Stop solaris from warning about localtime_r and friends. AFAICT, no other platforms want this.
svn:r4827
|
2005-08-24 02:11:33 +00:00 |
|
Roger Dingledine
|
fed90c300f
|
downgrade back to 0.1.1.5-alpha-cvs
it's going to be another while
svn:r4824
|
2005-08-23 10:01:11 +00:00 |
|
Roger Dingledine
|
8adcd0bb3b
|
bump version to 0.1.1.6-alpha
svn:r4813
|
2005-08-22 20:12:39 +00:00 |
|
Roger Dingledine
|
f9f600f032
|
bump to 0.1.1.5-alpha-cvs
svn:r4753
|
2005-08-08 22:34:24 +00:00 |
|
Roger Dingledine
|
1ec3081a84
|
bump to 0.1.1.5-alpha, though it's not released yet
svn:r4721
|
2005-08-05 19:16:11 +00:00 |
|
Peter Palfrader
|
dd7159de54
|
forward port: Also explicitly set no-unaligned-access for sparc
svn:r4703
|
2005-08-04 23:04:26 +00:00 |
|
Roger Dingledine
|
1d3e63158e
|
bump to 0.1.1.4-alpha in preparation for new release
svn:r4701
|
2005-08-04 22:45:54 +00:00 |
|
Nick Mathewson
|
48787c839e
|
Fix logic to set TIME_T_MAX; apparently, everybody had thought of the prospect of a signed time_t but me.
svn:r4675
|
2005-07-25 18:10:08 +00:00 |
|
Roger Dingledine
|
2fa109102a
|
bump to 0.1.1.3-alpha
svn:r4672
|
2005-07-25 09:12:18 +00:00 |
|
Roger Dingledine
|
61f2ea0df0
|
bump us to 0.1.1.2-alpha-cvs since stuff has changed
svn:r4579
|
2005-07-15 19:18:36 +00:00 |
|
Roger Dingledine
|
c2abcc4f1c
|
bump to 0.1.1.2-alpha
svn:r4563
|
2005-07-14 22:46:42 +00:00 |
|
Nick Mathewson
|
335a00a02a
|
Fix bug 161: when --disable-threads is set, do not search for or link against pthreads libraries
svn:r4545
|
2005-07-13 17:31:52 +00:00 |
|
Nick Mathewson
|
0505b31933
|
Bump version to 0.1.1.1-alpha-cvs
svn:r4505
|
2005-06-29 21:46:17 +00:00 |
|
Nick Mathewson
|
275966abe3
|
Bump CVS version to 0.1.1.1-alpha
svn:r4493
|
2005-06-27 18:35:10 +00:00 |
|
Nick Mathewson
|
5fee58adfb
|
Add a tor_memmem function
svn:r4452
|
2005-06-18 02:17:11 +00:00 |
|
Nick Mathewson
|
8753e7ef65
|
add solaris to poorly threading platforms
svn:r4383
|
2005-06-09 19:53:32 +00:00 |
|
Nick Mathewson
|
fa140e8787
|
Resolve OSX installer bugs 147 and 148
svn:r4333
|
2005-06-07 18:21:32 +00:00 |
|
Roger Dingledine
|
51b5b808cb
|
bump cvs to 0.1.1.0-alpha-cvs
svn:r4323
|
2005-06-06 20:27:36 +00:00 |
|
Nick Mathewson
|
60070feb91
|
Only restore what we actually saved
svn:r4288
|
2005-05-23 06:47:38 +00:00 |
|
Nick Mathewson
|
e2dfd29433
|
More comments for configure.in, and also make configure.in not croak on old libevents
svn:r4287
|
2005-05-23 06:24:00 +00:00 |
|