Tatsuhiro Tsujikawa
ecb0846c34
2007-12-09 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
...
Updated translations
* po/{de,fr,ja,nl,ru}.po
Added Brazilian Portuguese, Catalan, Italian, Spanish, Swedish
translations. Many thanks to translators.
* po/{ca,es,it,pt_BR,sv}.po
* po/LINGUAS
2007-12-08 15:12:42 +00:00
Tatsuhiro Tsujikawa
8b27671e58
2007-10-29 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
...
Use File::renameTo()
* src/DefaultBtProgressInfoFile.cc
Added --no-file-allocation-limit command-line option.
* src/version_usage.cc
* src/option_processing.cc
* src/OptionHandlerFactory.cc
* src/RequestGroup.{h, cc}
* src/BtCheckIntegrityEntry.cc
* src/StreamCheckIntegrityEntry.cc
* src/prefs.h
* doc/aria2c.1.txt
* doc/aria2c.1
Now prealloc is the default value for --file-allocation option.
* src/version_usage.cc
* src/option_processing.cc
* doc/aria2c.1.txt
* doc/aria2c.1
Don't URL-encode user-agent.
* src/HttpRequest.cc
Updated translations
* po/LINGUAS: Added nl for Dutch translation.
* po/nl.po: Added Dutch translation, thanks to A. Bram Neijt.
* po/de.po: Updated German translation, thanks to Patrick
Ruckstuhl.
* po/POTFILES.in: Updated.
2007-10-29 12:43:45 +00:00
Tatsuhiro Tsujikawa
657a40935e
2007-08-18 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
...
Avoid sparse files if possible, because VFAT32 doesn't support
it.
* src/DefaultDiskWriter.cc (initAndOpenFile)
Fixed the bug that prevents file allocation is not done when
dowloading multi-torrent file.
* src/AbstractDiskWriter.cc (openFile)
Increase the maximum number of -j option from 15 to 45.
* src/OptionHandlerFactory.cc (createOptionHandlers)
Added fr.po, thanks to Charles Landemaine.
* po/fr.po
* po/LINGUAS
2007-08-18 10:08:47 +00:00
Tatsuhiro Tsujikawa
19d593413c
2006-08-08 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
...
* po/ru.po: Azamat sent me Russian translation.
* src/FtpNegotiateCommand.cc
(recvGreeting): Call disableWriteCheckSocket just after
socket->setBlockingMode(). This avoids unnecessary CPU-hog loop.
Rename Time.h to TimeA2.h to avoid compilation ploblem on
case-insesitive filesystem(BUG#1531057).
* src/Time.h: Renamed as TimeA2.h.
* src/Time.cc: Renamed as TimeA2.cc.
* src/TimeA2.h: New class.
* src/TimeA2.cc: New class.
* src/PeerChokeCommand.h: Replaced Time.h with TimeA2.h.
* src/TrackerWatcherCommand.h: Replaced Time.h with TimeA2.h.
* src/PeerAbstractCommand.h: Replaced Time.h with TimeA2.h.
* src/AbstractCommand.h: Replaced Time.h with TimeA2.h.
* src/PeerInteractionCommand.h: Replaced Time.h with TimeA2.h.
* src/ConsoleDownloadEngine.h: Replaced Time.h with TimeA2.h.
* src/TorrentAutoSaveCommand.h: Replaced Time.h with TimeA2.h.
* src/DownloadCommand.h: Replaced Time.h with TimeA2.h.
* src/TorrentMan.h: Replaced Time.h with TimeA2.h.
* src/TorrentDownloadEngine.h: Replaced Time.h with TimeA2.h.
* src/RequestSlot.h: Replaced Time.h with TimeA2.h.
* src/SleepCommand.h: Replaced Time.h with TimeA2.h.
* src/DownloadEngine.cc: Replaced Time.h with TimeA2.h.
2006-08-07 16:28:41 +00:00
Tatsuhiro Tsujikawa
500e978628
* src/main.cc (main): Fixed typo.
...
* src/message.h: Fixed typo.
* po/de.po: Added German translation, thanks to Hermann J.
Beckers.
2006-05-06 01:08:42 +00:00
Tatsuhiro Tsujikawa
0276b3bb37
* DownloadEngine.{h, cc}:
...
* ConsoleDownloadEngine.{h, cc}: Console output message(size,
speed)
is now generated by ConsoleDownloadEngine not by DownloadEngine.
* main.cc: Download complete/abort message is now generated by
main.
* Makefile.am (SUBDIRS): Add m4.
(ACLOCAL_AMFLAGS): New variable.
(EXTRA_DIST): New variable.
* configure.in (AC_CONFIG_FILES): Add po/Makefile.in,
* gettext: added gettext functionality
2006-03-02 10:43:00 +00:00