1. 30 11月, 2010 5 次提交
  2. 27 11月, 2010 2 次提交
  3. 25 11月, 2010 29 次提交
  4. 24 11月, 2010 2 次提交
    • E
      mingw: do not set errno to 0 on success · e93368d2
      Erik Faye-Lund 提交于
      Currently do_lstat always sets errno to 0 on success. This incorrectly
      overwrites previous errors.
      
      Fetch the error-code into a temporary variable instead, and assign that
      to errno on failure.
      Signed-off-by: NErik Faye-Lund <kusmabite@gmail.com>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      e93368d2
    • J
      Merge branch 'ef/mingw-daemon' · 89ba4e7c
      Junio C Hamano 提交于
      * ef/mingw-daemon:
        daemon: opt-out on features that require posix
        daemon: make --inetd and --detach incompatible
        daemon: use socklen_t
        mingw: use poll-emulation from gnulib
        mingw: import poll-emulation from gnulib
        daemon: get remote host address from root-process
        Improve the mingw getaddrinfo stub to handle more use cases
        daemon: use full buffered mode for stderr
        daemon: use run-command api for async serving
        mingw: add kill emulation
        mingw: support waitpid with pid > 0 and WNOHANG
        mingw: use real pid
        inet_ntop: fix a couple of old-style decls
        compat: add inet_pton and inet_ntop prototypes
        mingw: implement syslog
        mingw: add network-wrappers for daemon
      89ba4e7c
  5. 18 11月, 2010 2 次提交