aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/nntp/MCNNTPSession.cpp
Commit message (Collapse)AuthorAge
* Fix few memory leaks (#1804)Gravatar Alexander Belyavskiy2019-03-25
| | | * Fix memory leaks
* Add missing semicolon (#1768)Gravatar Benjamin Barenblat2018-07-24
| | | | I forgot a semicolon in commit 91300dbf44bcdfe822a9778d1c9d3cec2c2790d7. Add it.
* 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
|
* Fixed analyzer issues and warnings (#993 and fixed #992)Gravatar Hoa V. DINH2014-12-11
|
* Build for AndroidGravatar Hoa V. DINH2014-12-06
|
* Renamed .cc files to .cpp (fixed #983)Gravatar Hoa V. DINH2014-11-19