index
:
platform/upstream/rpm
accepted/tizen/generic
accepted/tizen/ivi
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_base
accepted/tizen_3.0_base
accepted/tizen_3.0_ivi
accepted/tizen_4.0_base
accepted/tizen_5.0_base
accepted/tizen_5.5_base
accepted/tizen_5.5_base_mobile_hotfix
accepted/tizen_5.5_base_wearable_hotfix
accepted/tizen_6.0_base
accepted/tizen_6.0_base_tool
accepted/tizen_6.0_base_tool_hotfix
accepted/tizen_6.5_base
accepted/tizen_6.5_base_tool
accepted/tizen_7.0_base
accepted/tizen_7.0_base_hotfix
accepted/tizen_7.0_base_tool
accepted/tizen_7.0_base_tool_hotfix
accepted/tizen_8.0_base
accepted/tizen_9.0_base
accepted/tizen_base
accepted/tizen_base_asan
accepted/tizen_base_riscv
accepted/tizen_base_tool
accepted/tizen_base_tool_dev
accepted/tizen_base_toolchain
accepted/tizen_base_x
accepted/tizen_base_x_asan
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_genivi
accepted/tizen_ivi_panda
accepted/tizen_ivi_release
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel_strip
origin/tizen
sandbox/akazmin/hwasan_build
sandbox/chanleebf/compression_change
sandbox/chanleebf/test
sandbox/denis13/LTO
sandbox/denis13/NoLTO
sandbox/denis13/esan
sandbox/denis13/lib64
sandbox/denis13/test_lib64
sandbox/dkson95/build
sandbox/dkson95/buildinfo
sandbox/dkson95/devel
sandbox/dkson95/gcc-14
sandbox/dkson95/llvm
sandbox/dkson95/lto
sandbox/dkson95/merge
sandbox/dkson95/strip
sandbox/dkson95/warning
sandbox/dnxowls/rpm_4.14.1_upgrade
sandbox/dnxowls/rpm_upgrade
sandbox/hglee/asan
sandbox/jaehun77/hardfp
sandbox/leemgs/chromium-efl
sandbox/leemgs/pbzip2
sandbox/mkashkarov/annobin
sandbox/mkashkarov/armv7hl
sandbox/mkashkarov/armv7hl_rpm
sandbox/mkashkarov/armv7hl_support
sandbox/mkashkarov/debug
sandbox/mkashkarov/ttc_14
sandbox/mro/isan
sandbox/mzx/bootstraping
sandbox/mzx/fix
sandbox/mzx/upstream
sandbox/nmerinov/llvm
sandbox/pavelkopyl/gcov
sandbox/soong9/remove_nss
sandbox/soong9/rpm_4.14.1
sandbox/test/rpm_upgrade
sandbox/tizentools/rpm_upgrade
sandbox/toolchain/sanitizer
sandbox/vbarinov/arch
sandbox/vbarinov/asan
sandbox/vbarinov/clang-build
sandbox/vbarinov/lib64
sandbox/vbarinov/mips
sandbox/vbarinov/riscbuild
sandbox/vbarinov/strip
sandbox/vbarinov/tizen
sandbox/wangbiao/py3_version_6_6
sandbox/wangbiao/py3_version_bak
sandbox/wangbiao/rpm_py3
sandbox/xuwc/rpm_erase
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2_base
tizen_3.0_base
tizen_3.0_ivi
tizen_4.0_base
tizen_4.0_tv
tizen_5.0_base
tizen_5.5_base
tizen_5.5_base_mobile_hotfix
tizen_5.5_base_wearable_hotfix
tizen_5.5_tv
tizen_6.0_base
tizen_6.0_base_hotfix
tizen_6.5_base
tizen_7.0_base
tizen_7.0_base_hotfix
tizen_8.0_base
tizen_9.0_base
tizen_base
tizen_base_dev
tizen_ivi_genivi
tizen_ivi_release
upstream
Domain: SCM / Build;
park <sk7.park@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ftp.c
Age
Commit message (
Expand
)
Author
Files
Lines
1997-05-20
Added more includes of <sys/time.h> and <sys/resource.h> for AIX
ewt
1
-0
/
+1
1997-05-07
Include sys/socket.h if it's available
ewt
1
-0
/
+5
1997-03-31
fixed \r\n stuff
ewt
1
-6
/
+6
1997-03-21
send '\n\r' not just '\n'
ewt
1
-4
/
+5
1997-01-22
bug parsing multiline responses
ewt
1
-1
/
+1
1997-01-20
defined HAVE_HERRNO if necessary
ewt
1
-0
/
+4
1997-01-17
1) use config.h if available
ewt
1
-3
/
+11
1996-10-22
1) don't use getpwuid() to get username for uid 0, just use "root"
ewt
1
-4
/
+8
1996-10-20
1) rewrite ftpCheckResult() to be more robust
ewt
1
-36
/
+57
1996-10-15
added ftpGetFileDesc(), ftpGetFileDone() and changed ftpGetFile()
ewt
1
-5
/
+18
1996-09-29
cleaned up for Solaris
ewt
1
-3
/
+7
1996-09-25
small portability enhancements
ewt
1
-1
/
+17
1996-08-30
added include of <netinet/ip.h>
root
1
-0
/
+1
1996-08-08
fixed sscanf() to use proper types
ewt
1
-3
/
+3
1996-07-17
began adding support for proxy ftp, though it doesn't work yet
ewt
1
-11
/
+19
1996-07-13
after successfull file transfer, read the "Transfer Completed" from the
ewt
1
-1
/
+10
1996-07-12
removed printf, fixed inet_aton() result check
ewt
1
-2
/
+1
1996-07-12
removed message() calls to use code in install
ewt
1
-12
/
+0
1996-07-03
uses passive mode now
ewt
1
-57
/
+70
1996-06-16
header fix for glibc
root
1
-2
/
+1
1996-03-29
added verbose error checking
root
1
-48
/
+95
1996-03-15
ftp's now returns an error code when it times out while getting a
ewt
1
-1
/
+1
1996-03-13
added message() calls for debugging info
ewt
1
-0
/
+15
1996-02-27
Initial revision
ewt
1
-0
/
+311