Skip to content
  1. Aug 10, 2010
    • Guenter Knauf's avatar
      More Watcom makefile fixes ... · 06869597
      Guenter Knauf authored
      Final fix (hopefully!) for dll wlink loader;
      prefer faster internal rm if available.
      06869597
    • Guenter Knauf's avatar
      Fixed my wrong edit. · 517f3a1b
      Guenter Knauf authored
      517f3a1b
    • Guenter Knauf's avatar
      More Watcom makefile fixes. · 495d3e07
      Guenter Knauf authored
      Added the -br switch to dynamic builds which fixes the issue I saw
      with curl's --version output. Added debug info and symfile for debug
      builds to linker opts. Added DLL loader for wlink back, but this time
      dependend on wlink version.
      Patch posted to the list by malak.jiri AT gmail.com.
      495d3e07
    • Guenter Knauf's avatar
      Changed test for -u switch in order to enable other wmake switches. · 44e5e37f
      Guenter Knauf authored
      The var %MAKEFLAGS is only set in 3 cases: if set as environment
      var or as macro definition from commandline, and either with the
      -u or -ms switch. Since all these cases are unlikely for the average
      user it should be safe to only test if %MAKEFLAGS is defined; this
      has the benefit that now all other switches can be used again in
      addition to the -u which was formerly not possible.
      44e5e37f
    • Daniel Stenberg's avatar
      llist: hide Curl_llist_init · 1d594772
      Daniel Stenberg authored
      Curl_llist_init is never used outside of llist.c and thus it should be
      static. I also removed the protos for Curl_llist_insert_prev and
      Curl_llist_remove_next which are functions we removed from llist.c ages
      ago.
      1d594772
    • Guenter Knauf's avatar
      Updated lib dependency versions. · d7134036
      Guenter Knauf authored
      d7134036
  2. Aug 09, 2010
    • Daniel Stenberg's avatar
      parse_remote_port: fix ;type= URL suffix over HTTP proxy · dc2157a0
      Daniel Stenberg authored
      Test 563 is enabled now and verifies that the combo FTP type=A URL,
      CURLOPT_PORT set and proxy work fine. As a bonus I managed to remove the
      somewhat odd FTP check in parse_remote_port() and instead converted it
      to a better and more generic 'slash_removed' struct field. Checking the
      ->protocol field isn't right since when an FTP:// URL is sent over a
      HTTP proxy, the protocol is HTTP but the URL was handled by the FTP code
      and thus slash_removed is set TRUE for this case.
      dc2157a0
    • Daniel Stenberg's avatar
      indent: white space fixes only · 5d5dd08e
      Daniel Stenberg authored
      5d5dd08e
  3. Aug 08, 2010
  4. Aug 07, 2010
  5. Aug 06, 2010
  6. Aug 05, 2010
  7. Aug 04, 2010
  8. Aug 03, 2010
  9. Aug 02, 2010
  10. Aug 01, 2010
  11. Jul 31, 2010
  12. Jul 30, 2010
  13. Jul 29, 2010
    • Kamil Dudka's avatar
      NTLM tests: boost coverage by forcing the hostname · b5c3feda
      Kamil Dudka authored
      A shared library tests/libtest/.libs/lihostname.so is preloaded in NTLM
      test-cases to override the system implementation of gethostname().  It
      makes it possible to test the NTLM authentication for exact match, and
      this way test the implementation of MD4 and DES.
      
      If LD_PRELOAD doesn't work, a debug build willl also workk as debug
      builds are now made to prefer a specific environment variable and will
      then return that content as host name instead of the actual one.
      
      Kamil wrote the bulk of this, Daniel Stenberg polished it.
      b5c3feda
    • Guenter Knauf's avatar
    • Guenter Knauf's avatar
      d873c820
    • Guenter Knauf's avatar
      41cf1f40
    • Guenter Knauf's avatar
      Make Watcom makefiles use Makefile.inc to reduce future maintainance. · 6ad0acb6
      Guenter Knauf authored
      lib/Makefile.Watcom works fine already, for src/Makefile.Watcom we
      need first to tweak src/Makefile.inc a bit - therefore the handtweaked
      list still exists for now.
      6ad0acb6
    • Guenter Knauf's avatar
      Watcom makefiles overhaul. · cfbb351e
      Guenter Knauf authored
      - make both libcurl and curl makefiles use register calling convention
        (previously libcurl had stack calling convention).
      - added include paths to the Watcom headers so its no longer required
        to set the environment vars for this.
      - added -wcd=201 to supress compiler warning about unreachable code.
      - use macros for all tools, and removed dependency on GNU tools like rm.
      - make ipv6 and debug builds controlable via env vars and so make them
        optional instead of default.
      - commented WINLDAPAPI and WINBERAPI since they broke with OW 1.8, and
        it seems they're not needed (anymore?).
      - added rule for hugehelp.c.cvs so that it will be created when not
        already exist - this is required for building from a release tarball
        since there we have no hugehelp.c.cvs, thus compilation broke.
      - removed C_ARG creation from lib/Makefile.Watcom and use CFLAGS
        directly as done too in src/Makefile.Watcom - this has the benefit
        that we will see all active cflags and defines during compile.
      - added LINK-ARG to src/Makefile.Watcom in order to better control
        linker input.
      - a couple of other minor makefile tweaks here and there ...
      - added largefile support for Watcom builds to config-win32.h. Not yet
        tested if it really works, but should since Win32 supports it.
      - added loaddll stuff to speed up builds if supported.
      cfbb351e
  14. Jul 28, 2010
  15. Jul 26, 2010
  16. Jul 24, 2010