« Previous | Next » 

Revision 1732

Added by Alguno almost 2 years ago

- When a recv/SSL_read call returns EAGAIN, try again directly. Should improve the SSL download stability a bit. Refs bug #35
- Dropped some duplicate code in the nntpconnection_read_msg function
- Moved the code from the client/gui/ipc_generic.c file to the utils library (Added the function nntpgrab_utils_test_is_server_already_running)
- Fixed some Gtk-Critical warnings in the GTK GUI which could occur on configuration changes
- Added the function utilsTestIsServerAlreadyRunning to the QNNTPGrabGlue class
- Added support for the Qt frontend to connect to a NNTPGrab Server
- Don't automatically start the download thread in the Qt frontend when connecting to a NNTPGrab Server

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences

  • trunk
    • NNTPGrab.files (diff)
    • base
      • nntpgrab_utils.def (diff)
      • nntpgrab_utils.h (diff)
      • utils.c (diff)
    • client
      • gui
        • Makefile.am (diff)
        • connections.c (diff)
        • ipc_generic.c
        • ipc_linux.c (diff)
        • ipc_osx.c (diff)
        • ipc_win32.c (diff)
        • main.c (diff)
      • gui_qt
        • DialogConnect.cpp (diff)
        • DialogConnect.h (diff)
        • DialogConnect.ui (diff)
        • QNNTPGrabGlue.cpp (diff)
        • QNNTPGrabGlue.h (diff)
        • mainwindow.cpp (diff)
    • nntpgrab_core
      • nntpconnection.c (diff)