Andrey Prygunkov
|
157b694727
|
added the XMLRPC-support to easier control the server from other applications
|
2008-02-02 13:23:43 +00:00 |
|
Andrey Prygunkov
|
d898fff913
|
fixed: long lines (by bad articles) result in seg.fault
|
2008-01-28 18:29:13 +00:00 |
|
Andrey Prygunkov
|
63b8c11ab5
|
imporved error reporting in remote server on binding errors (previously they were reported only with debug-binaries); fixed: remote server was listening to all interfaces regardless of option <serverip>, now it listen only to the specified address, but the old behaviour is also possible with address <0.0.0.0>, which means <all interfaces>
|
2008-01-13 17:09:53 +00:00 |
|
Andrey Prygunkov
|
9fa4cace8e
|
improved duplicate check: it now works even for files, which subjects could not be parsed - though these files are not detected as duplicates by adding to queue, they will be detected after correct filename is read from the first article's body
|
2008-01-10 22:05:17 +00:00 |
|
Andrey Prygunkov
|
27d5f058eb
|
better handling of cancelled downloads (important for keeped-alive connections)
|
2008-01-10 20:55:08 +00:00 |
|
Andrey Prygunkov
|
1cbf435468
|
improved communication with news-servers: connections are now keeped open until all files are downloaded (or server is paused), this eliminates the need for establishing of connections and authorization for each article; increased maximum possible download speed on fast connection via eliminating of pauses by starting of new articles' downloads (improved the synchronisation mechanism); another speed optimisation in internal decoder (up to 8% faster)
|
2008-01-08 21:21:16 +00:00 |
|
Andrey Prygunkov
|
40b7b335b1
|
improved decoding speed (up to 20% faster); added new option <crccheck> to bypass crc-calculation on slow CPUs
|
2008-01-04 17:08:47 +00:00 |
|
Andrey Prygunkov
|
56d4fcf045
|
fixed segfault when gethostbyname_r returns hinfo=NULL
|
2007-12-07 22:08:21 +00:00 |
|
Andrey Prygunkov
|
f2338cf116
|
added to repository
|
2007-11-28 21:19:01 +00:00 |
|