146
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 20, 2023 — Dec 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* HttpConnection.cc: * common.h: defined the user agent name as macro
t-tujikawa
as Tatsuhiro Tsujikawa
More... almost 19 years ago
[no comment]
t-tujikawa
as Tatsuhiro Tsujikawa
More... almost 19 years ago
[no comment]
t-tujikawa
as Tatsuhiro Tsujikawa
More... almost 19 years ago
[no comment]
t-tujikawa
as Tatsuhiro Tsujikawa
More... almost 19 years ago
[no comment]
t-tujikawa
as Tatsuhiro Tsujikawa
More... almost 19 years ago
* ChunkedEncoding.cc: Added #include directive for strings.h
t-tujikawa
as Tatsuhiro Tsujikawa
More... almost 19 years ago
* Logger.h: * SimpleLogger.{h,cc}: Changed the type of msg to const char*.
t-tujikawa
as Tatsuhiro Tsujikawa
More... almost 19 years ago
* HttpConnection.cc: Added "Proxy-Connection" header to proxy request. Added "User-Agent" header to CONNECT proxy request. Fixed "Proxy-Authorization" header. Now proxy authorization works properly.
t-tujikawa
as Tatsuhiro Tsujikawa
More... almost 19 years ago
* AbstractCommand.cc: * DownloadCommand.{h, cc}: Aborted downloading commands now properly unregister its cuid from SegmentMan. * DownloadEngine.cc: .aria2 file was written when a downloading failed with errors.
t-tujikawa
as Tatsuhiro Tsujikawa
More... almost 19 years ago
* common.h: defined LONG_LONG_MAX and LONG_LONG_MIN if a compiler does not define these macros.
t-tujikawa
as Tatsuhiro Tsujikawa
More... almost 19 years ago
* Util.{h,cc}: added startsWith(). * CookieBox.cc: rewrited criteriaFind() using Util::startsWith() and Util::endsWith(). * SocketCore.cc: struct addrinfo is now zero-initialized. * common.h: added #include directive of limit.h. * DownloadEngine.cc: added #include directive of sys/time.h and algorithm. * Exception.h: added #include directive of stdio.h. * AbstractCommand.h: added #include directive of sys/time.h. * DownloadCommand.h: added #include directive of sys/time.h. * *.h: added #include directive of common.h to all base classes. subclasses' one was removed.
t-tujikawa
as Tatsuhiro Tsujikawa
More... almost 19 years ago
Update configure.in to add inet_ntoa to AC_CHECK_FUNCS
t-tujikawa
as Tatsuhiro Tsujikawa
More... almost 19 years ago
[no comment]
t-tujikawa
as Tatsuhiro Tsujikawa
More... almost 19 years ago
new
t-tujikawa
as Tatsuhiro Tsujikawa
More... almost 19 years ago
[no comment]
t-tujikawa
as Tatsuhiro Tsujikawa
More... almost 19 years ago
[no comment]
t-tujikawa
as Tatsuhiro Tsujikawa
More... almost 19 years ago
[no comment]
t-tujikawa
as Tatsuhiro Tsujikawa
More... almost 19 years ago
[no comment]
t-tujikawa
as Tatsuhiro Tsujikawa
More... almost 19 years ago
[no comment]
t-tujikawa
as Tatsuhiro Tsujikawa
More... almost 19 years ago
[no comment]
t-tujikawa
as Tatsuhiro Tsujikawa
More... almost 19 years ago
[no comment]
t-tujikawa
as Tatsuhiro Tsujikawa
More... almost 19 years ago
replace unsgined int with string::size_type where comparisons to string::npos take place.
t-tujikawa
as Tatsuhiro Tsujikawa
More... almost 19 years ago
[no comment]
t-tujikawa
as Tatsuhiro Tsujikawa
More... almost 19 years ago
[no comment]
t-tujikawa
as Tatsuhiro Tsujikawa
More... almost 19 years ago
Added --enable-ssl option to configure script
t-tujikawa
as Tatsuhiro Tsujikawa
More... almost 19 years ago
[no comment]
t-tujikawa
as Tatsuhiro Tsujikawa
More... almost 19 years ago
Modify HttpConnection to not to send referer string when Request::getPreviousUrl() is empty.
t-tujikawa
as Tatsuhiro Tsujikawa
More... almost 19 years ago
* Make Request-URI an absolute path. Some servers cannot permit absoluteURI as Request-URI.
t-tujikawa
as Tatsuhiro Tsujikawa
More... almost 19 years ago
[no comment]
t-tujikawa
as Tatsuhiro Tsujikawa
More... almost 19 years ago
* Added Referer support. * Added referer command-line option. * Added rety-wait command-line option. * Fixed formating bug in Exception::setMsg()
t-tujikawa
as Tatsuhiro Tsujikawa
More... almost 19 years ago