* updated build system to link to libtorrent if --enable-bittorrent is passed to...
commit3b3c092033149f71e96f8f48d1cd0a2db477f07e
authorMichael Frank <msfrank@syntaxjockey.com>
Tue, 12 Aug 2008 09:44:00 +0000 (12 02:44 -0700)
committerMichael Frank <msfrank@syntaxjockey.com>
Tue, 12 Aug 2008 09:44:00 +0000 (12 02:44 -0700)
tree52705aee554e18d51217fbc3093f3b240c8625ae
parentac653efb4e1f7e4c7ffd53b4d1e4afba6a8e6fcd
* updated build system to link to libtorrent if --enable-bittorrent is passed to configure
* began integrating bittorrent downloading (currently the relevant functions are no-op stubs)
* added a new test which verifies that two instances of libundertow cannot operate on the same environment
    * currently the test is broken, and anyways simultaneous open seems to work... but i'm keeping the test because it seems like this should be correct behavior
* added LGPL licensing header to all files
45 files changed:
.gitignore [new file with mode: 0644]
config.h.in
configure.ac
src/Makefile.am
src/undertow-channel.c
src/undertow-channel.h
src/undertow-closure-private.h
src/undertow-closure.c
src/undertow-db-private.h
src/undertow-db.c
src/undertow-download-bt-private.h [new file with mode: 0644]
src/undertow-download-bt.cpp
src/undertow-download-http-private.h
src/undertow-download-http.c
src/undertow-download-private.h
src/undertow-download.c
src/undertow-download.h
src/undertow-episode.c
src/undertow-episode.h
src/undertow-error.c
src/undertow-error.h
src/undertow-feed-atom-private.h
src/undertow-feed-atom.c
src/undertow-feed-atom.h
src/undertow-feed-rss-private.h
src/undertow-feed-rss.c
src/undertow-feed-rss.h
src/undertow-feed.c
src/undertow-feed.h
src/undertow-http-private.h
src/undertow-http.c
src/undertow-logging.c
src/undertow-logging.h
src/undertow-main-private.h
src/undertow-main.c
src/undertow-main.h
src/undertow-option.c
src/undertow-option.h
src/undertow-xmlutils.c
src/undertow-xmlutils.h
tests/002_simultaneous_db_open.c [new file with mode: 0644]
tests/Makefile.am
tests/data/fedora-tv.xml [new file with mode: 0644]
tests/data/tvrss.xml [new file with mode: 0644]
tests/testing-common.h