| Commit message (Collapse) | Author | Age |
... | |
|
|
|
|
|
|
| |
Stop saying "cvs". Noted by Jens.
svn:r11014
|
|
|
|
| |
svn:r10999
|
|
|
|
|
|
|
| |
Glibc (and maybe others) define a mallinfo() that can be used to see how the platform malloc is acting inside. When we have it, dump its output on dumpmemusage().
svn:r10996
|
|
|
|
| |
svn:r10982
|
|
|
|
|
|
|
| |
Merge in some generic address manipulation code from croup. Needs some work.
svn:r10880
|
|
|
|
| |
svn:r10542
|
|
|
|
|
|
| |
set correctly.
svn:r10525
|
|
|
|
|
|
|
| |
Patch from peter palfrader: control interface via unix domain socket
svn:r10504
|
|
|
|
| |
svn:r10456
|
|
|
|
|
|
|
| |
We do "-alpha-dev" now, not "-alpha-cvs".
svn:r10455
|
|
|
|
| |
svn:r10454
|
|
|
|
|
|
|
| |
Test for ~/.svk/local, not ~/.svk. Eschew use of test -a and test -o. Bulletproof more against odd shells.
svn:r10439
|
|
|
|
| |
svn:r10437
|
|
|
|
| |
svn:r10365
|
|
|
|
|
|
|
| |
Do not alter CPPFLAGS until we are actually done with the rest of configure.in: this way, we notice if there are library paths that we are missing.
svn:r10345
|
|
|
|
|
|
|
| |
First bare stubs of ipv6 work: commit some (untested, hence doublessly broken) implementations of inet_ntop/pton for systems that lack them.
svn:r10326
|
|
|
|
| |
svn:r10213
|
|
|
|
|
|
|
| |
Make -Wstrict-overflow=5 happy with GCC 4.2. It is kind of a pain, but it does agood job of letting us know where we can make our code better by simplifying dependent conditionals.
svn:r10201
|
|
|
|
|
|
|
| |
Enable (and cope with) more GCC 4.2 warnings.
svn:r10196
|
|
|
|
|
|
|
| |
Use -lws2_32 when checking for event_get_version
svn:r10083
|
|
|
|
|
|
|
|
| |
For reasons which make sense to somebody, I'm sure, mingw gcc wants the libraries to appear at the end of the command line. This is done by specifying them with LDADD in Makefile.am, not LDFLAGS.
If anybody can explain to me why mingw thinks "gcc -o foo foo.o -lbar" is fine, whereas "gcc -lbar -o foo foo.o" is Doubleplusbad UnMingwThink, I'd quite appreciate it. Until then, I'll just do what seems to work, and hope we don't blunder across any other great slumbering cthonian deities of arbitrary syntax.
svn:r10082
|
|
|
|
|
|
|
| |
Add wsock32 to libraries used for linking on windows.
svn:r10081
|
|
|
|
|
|
|
| |
More attempt to fix win32 building. This time, with extra linking.
svn:r10080
|
|
|
|
|
|
|
| |
Oops: detect event_get_version and friends correctly again.
svn:r10073
|
|
|
|
|
|
|
| |
More autoconf hacking: use same machinery to find zlib as for openssl and libevent. Have unified library finder include setup for --with variable. Start trying to suggest to the user what packages they should install if finding the library fails.
svn:r9945
|
|
|
|
|
|
|
| |
Add support for using memory pools to allocate queued cell; pass --disable-cell-pool to configure to disable this.
svn:r9939
|
|
|
|
|
|
|
| |
Remove a redundant check for event.h; add some comments, and reformat.
svn:r9790
|
|
|
|
|
|
|
| |
More autoconf fixes and updates. Maybe the bsd buildbots will be happy again.
svn:r9747
|
|
|
|
|
|
|
| |
Remove dnsworkers and related code. there goes another 550 lines of code.
svn:r9736
|
|
|
|
|
|
|
| |
Apparently, autoupdate is not as perfect as one might hope.
svn:r9732
|
|
|
|
|
|
|
| |
Fix a stray autoconf warning.
svn:r9731
|
|
|
|
|
|
|
| |
Bump trunk version to 0.2.0.0-alpha-dev
svn:r9730
|
|
|
|
|
|
|
| |
Run configure.in through autoupdate
svn:r9729
|
| |
|
|
|
|
|
|
|
| |
make TOR_SEARCH_LIBRARY work with openssl
svn:r9727
|
|
|
|
|
|
|
| |
Macro-ize our "search for a library and find out how to link against it" code. This will help make our handling of libevent and openssl more similar, and with any luck better. Not pushing to main branch until after 0.1.2.
svn:r9726
|
|
|
|
|
|
|
| |
Bump version to 0.1.2.9-rc-dev
svn:r9718
|
|
|
|
| |
svn:r9705
|
|
|
|
|
|
|
| |
Bump version to 0.1.2.8-beta-dev
svn:r9658
|
|
|
|
| |
svn:r9656
|
|
|
|
|
|
|
| |
Try to build with recent libevents on mingw.
svn:r9639
|
|
|
|
|
|
|
| |
Update copyright dates.
svn:r9570
|
|
|
|
|
|
|
| |
Bump version to 0.1.2.7-alpha-dev
svn:r9509
|
|
|
|
| |
svn:r9507
|
|
|
|
|
|
|
| |
Oops. Apparently, we weren't supposed to call our autoconf cached variables ac_cv_*; these are reserved.
svn:r9460
|
|
|
|
|
|
| |
drafts, and bad ideas still remain in doc.)
svn:r9411
|
|
|
|
|
|
|
| |
surprise release too
svn:r9314
|
|
|
|
| |
svn:r9311
|
|
|
|
| |
svn:r9278
|
|
|
|
|
|
|
| |
More missing headers in configure.in in order to solve previous openbsd in6_addr issue and prevent related issues from arising.
svn:r9273
|