aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/nntp
Commit message (Collapse)AuthorAge
* Eliminate -Wimplicit-fallthrough trigger (#1767)Gravatar Benjamin Barenblat2018-07-18
| | | | Insert a no-op `break`, preventing -Wimplicit-fallthrough from triggering.
* Thread safety on loggerGravatar Hoa V. DINH2016-03-03
|
* Replace NNTP "send" with "post".Gravatar Daryle Walker2016-02-25
|
* Add upload functionality to NNTP sessions.Gravatar Daryle Walker2016-02-22
| | | | | | Add new methods to core, async, and objc NNTP sessions to upload message data. For the async and objc sessions, add classes to wrap upload operations.
* Follow suggestions from @dinhviethoa.Gravatar Daryle Walker2015-12-29
| | | | | Follow suggestions to remove one unnecessary overload and to mark other as depreciated. (A third suggestion was covered by another commit.)
* Remove extraneous group parameter from fetch-article-by-message-ID methods.Gravatar Daryle Walker2015-12-29
|
* Various fixes, made HTMLCleaner public, added URL encoderGravatar Hoa V. DINH2015-06-01
|
* Fixed analyzer issues and warnings (#993 and fixed #992)Gravatar Hoa V. DINH2014-12-11
|
* Build for AndroidGravatar Hoa V. DINH2014-12-06
|
* Fixed win32 exportsGravatar Hoa V. DINH2014-11-22
|
* added exportGravatar Hoa V. DINH2014-11-22
|
* Renamed .cc files to .cpp (fixed #983)Gravatar Hoa V. DINH2014-11-19
|
* Port to win32Gravatar Hoa V. Dinh2014-11-14
|
* Renaming and Fix TyposGravatar Robert Widmann2014-10-22
|
* Simplify with suggested codeGravatar Robert Widmann2014-10-22
|
* Server Time OperationsGravatar Robert Widmann2014-10-21
|
* XOVERGravatar Robert Widmann2014-10-21
|
* Clarify Subscribed vs DefaultGravatar Robert Widmann2014-10-21
|
* Range FetchingGravatar Robert Widmann2014-10-21
|
* Remove ArticleInfoGravatar CodaFi2014-08-17
|
* TestsGravatar CodaFi2014-08-16
|
* Appease the linker.Gravatar CodaFi2014-08-13
|
* cpp -> ccGravatar CodaFi2014-08-13
|
* Cosmetic Changes; Fix header includesGravatar CodaFi2014-08-13
|
* NNTP supportGravatar CodaFi2014-08-13