index
:
platform/upstream/c-ares
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
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_hotfix
accepted/tizen_6.5_base
accepted/tizen_7.0_base
accepted/tizen_7.0_base_hotfix
accepted/tizen_8.0_base
accepted/tizen_9.0_base
accepted/tizen_base
accepted/tizen_base_dev
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
pristine-tar
sandbox/pcoval/latest
sandbox/pcoval/upstream
sandbox/vbarinov/visibility
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_ivi_genivi
upstream
Domain: Network & Connectivity / Data Network;
Taesoo Jun <steve.jun@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile.dj
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-07
Update my email address. Add ares_config.h as dependency for 'make depend'.
Gisle Vanem
1
-1
/
+3
2009-07-14
renamed generated config.h to ares_config.h in order to avoid clashes when li...
Gunter Knauf
1
-3
/
+3
2009-06-20
Use select_s() and not select().
Gisle Vanem
1
-1
/
+1
2009-06-13
Remove HAVE_CONFIG_H definition from here,
Yang Tse
1
-1
/
+1
2009-06-13
initial step towards decoupling c-ares from libcurl for DOS
Yang Tse
1
-33
/
+29
2009-06-13
DEBUGBUILD symbol definition for debug builds
Yang Tse
1
-0
/
+5
2009-05-21
$(OBJ_DIR)/ares_getopt.o must be cleaned explicitly.
Gisle Vanem
1
-1
/
+1
2009-05-02
Use build-time configured ares_socklen_t instead of socklen_t
Yang Tse
1
-1
/
+1
2009-04-18
Added '-DHAVE_LIMITS_H'.
Gisle Vanem
1
-1
/
+2
2008-12-08
Removed unneeded defines HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T,
Gisle Vanem
1
-7
/
+5
2008-11-29
Added '-DHAVE_GETHOSTNAME'.
Gisle Vanem
1
-1
/
+2
2008-11-13
Refactor configure script detection of functions used to set sockets into
Yang Tse
1
-0
/
+1
2008-09-21
Added HAVE_NETDB_H, HAVE_ARPA_INET_H, HAVE_STRCASECMP
Gisle Vanem
1
-1
/
+2
2008-09-12
djgpp does have strdup().
Gisle Vanem
1
-1
/
+1
2008-07-21
when recvfrom prototype uses a void pointer for arguments 2, 5 or 6 this will
Yang Tse
1
-1
/
+2
2008-07-17
RECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYPE_ARG6 are now defined
Yang Tse
1
-4
/
+4
2008-07-16
Configure process now checks availability of recvfrom() socket function and
Yang Tse
1
-1
/
+5
2008-05-15
Replaced "-DHAVE_FIONBIO" with "-DHAVE_IOCTLSOCKET".
Gisle Vanem
1
-4
/
+5
2007-12-11
Build acountry.exe. Added 'socklen_t' define.
Gisle Vanem
1
-3
/
+6
2007-10-08
Added needed 'HAVE_*' defines.
Gisle Vanem
1
-1
/
+2
2007-04-16
No need for USE_MANUAL. Use select_s() instead of select().
Gisle Vanem
1
-4
/
+3
2007-03-17
Added a hack to work around the circular dependency when
Gisle Vanem
1
-3
/
+6
2007-02-27
Added TOPDIR variable. Put dependencies in external file.
Gisle Vanem
1
-131
/
+7
2007-02-06
Added HAVE_PROCESS_H for DOS/Win32.
Gisle Vanem
1
-1
/
+1
2007-02-05
Remove '-Dselect=select_s'. Remove depend.dj-
Gisle Vanem
1
-2
/
+2
2006-11-25
Make sure RETSIGTYPE is properly defined
Yang Tse
1
-1
/
+1
2006-11-24
Define HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T and HAVE_SIG_ATOMIC_T_VOLATILE
Yang Tse
1
-0
/
+1
2006-11-07
Moved select_s() to Makefile.dj since select() is used in applications.
Gisle Vanem
1
-1
/
+1
2006-10-31
Updated dependencies to not include config.h.
Gisle Vanem
1
-124
/
+118
2006-10-31
Rewritten to use ../packages/DOS/common.dj.
Gisle Vanem
1
-25
/
+166
2006-10-14
Define HAVE_STRUCT_TIMEVAL as appropriate for platforms that lack autotools s...
Yang Tse
1
-0
/
+2
2005-11-14
Added '-DHAVE_SOCKADDR_IN6_SIN6_SCOPE_ID'.
Gisle Vanem
1
-1
/
+2
2005-11-09
Update with "new" HAVE_xx.
Gisle Vanem
1
-1
/
+5
2004-08-19
ZLIB_ROOT not needed
Gisle Vanem
1
-3
/
+1
2004-08-19
My first CVS commit just to see if this works.
Gisle Vanem
1
-56
/
+52
2004-07-01
Gisle added makefile for djgpp builds
Daniel Stenberg
1
-0
/
+56