Skip to content
Snippets Groups Projects
  1. Apr 07, 2008
  2. Apr 05, 2008
  3. Apr 01, 2008
  4. Mar 19, 2008
  5. Mar 16, 2008
  6. Mar 15, 2008
  7. Mar 12, 2008
  8. Mar 09, 2008
  9. Mar 02, 2008
  10. Mar 01, 2008
    • deuce's avatar
      Change the semantics of (local|remote)_ip_address and (local|remote)_port · 54db16d5
      deuce authored
      such that the local address will return a valid value as long as the
      socket is not known to be invalid and the remote address will return
      a value as long as it was connected last time we looked.
      
      This should help avoid unexcpected behaviour on a SYN+FIN which would
      results in is_connected being true, but remote_id_address being undefined.
      54db16d5
  11. Feb 29, 2008
    • deuce's avatar
      Since inifile.c v1.109, SyncTERM list reading has been broken. · 76c61dc3
      deuce authored
      Since SyncTERM was the only consumer of iniGetSection() and it needed
      the section name in the returned string list since the section was passed
      to the iniGet*() functions, one wonders if the section name being included
      was actually a bug that needed to be fixed
      
      *cough*
      
      The reason the section name was returned in the string list was to allow
      old code to be updated to read one section at a time with minimal changes.
      
      However, since the behaviour was apparently unexpected, update to use the
      new behaviour.
      76c61dc3
    • deuce's avatar
      6b92e551
  12. Feb 27, 2008
  13. Feb 26, 2008
Loading