1. 21 Mar, 2012 - 2 commits
  2. 18 Mar, 2012 - 2 commits
  3. 16 Mar, 2012 - 3 commits
  4. 15 Mar, 2012 - 5 commits
    • Marcelo Roberto Jimenez's avatar
      Fix for compiler warning messages · c9f3e26f
      Marcelo Roberto Jimenez authored
      src/genlib/net/http/httpreadwrite.c: In function ‘http_Download’:
      src/genlib/net/http/httpreadwrite.c:790:5: warning: format ‘%d’ expects
      type ‘int’, but argument 6 has type ‘size_t’
      src/genlib/net/http/httpreadwrite.c:790:5: warning: format ‘%d’ expects
      type ‘int’, but argument 7 has type ‘size_t’
      (cherry picked from commit 5969530d)
      c9f3e26f
    • Fabrice Fontaine's avatar
      Fix previous commit · a3d038c8
      Fabrice Fontaine authored
      Replace HAVE_UPNP_OPTSSDP by UPNP_HAVE_OPTSSDP in upnpapi.c.
      a3d038c8
    • Fabrice Fontaine's avatar
      Add --disable-optssdp option · 731512b0
      Fabrice Fontaine authored
      Modify configure.ac to add --disable-optssdp option. This option will
      remove OPT, 01-NLS and X_USER_AGENT headers from SSDP messages as those
      headers are optional. If --disable-gena and disable-optssdp are both
      used, uuid part will not be compiled anymore.
      731512b0
    • Fabrice Fontaine's avatar
      Bug fix in ixmlNode_allowChildren · 76eb3f86
      Fabrice Fontaine authored
      Commit d48d7372 added a bug in
      ixmlNode_allowChildren, this function was returning FALSE instead of
      TRUE when newChild->nodeName was eELEMENT_NODE.
      76eb3f86
    • Fabrice Fontaine's avatar
      Improve upnp/genlib/net · b116d10f
      Fabrice Fontaine authored
      Change ret_code from int to parse_status_t in match.
      Set back return code of ReadResponseLineAndHeaders from parse_status_t
      to int as this function can return UPNP_E_BAD_HTTPMSG. As a result, do
      not cast the result of this function into parse_status_t in
      http_OpenHttpGetProxy and http_OpenHttpGetEx.
      Use switch with PARSE_OK in parsetools.c.
      Add missing explicit casts of integer constants in uri.c and
      httpreadwrite.c.
      Use switch, int and sa_family_t with AF_INET in uri.c.
      Print an error in http_Download if realloc failed.
      b116d10f
  5. 14 Mar, 2012 - 9 commits
  6. 13 Mar, 2012 - 3 commits
  7. 12 Mar, 2012 - 1 commit
  8. 11 Mar, 2012 - 2 commits
  9. 10 Mar, 2012 - 1 commit
  10. 11 Mar, 2012 - 2 commits
  11. 10 Mar, 2012 - 10 commits