Commit Graph

210 Commits

Author SHA1 Message Date
svenbarth
b3ddd4e786 * regenerate Makefiles
git-svn-id: trunk@45601 -
2020-06-06 17:18:48 +00:00
pierre
c77ef7d6dd Regenerate all Makefile's after change in utils/fpcm/fpcmake.ini to better support use of i386 compiler on x86_64 machines
git-svn-id: trunk@45356 -
2020-05-13 13:53:15 +00:00
nickysn
56b79257a1 * fixed fpmake invokation when building an i386-linux snapshot on a x86_64-linux host
git-svn-id: trunk@45298 -
2020-05-06 20:41:01 +00:00
nickysn
86643f8a34 * synchronized with trunk
git-svn-id: branches/z80@44981 -
2020-04-21 23:36:44 +00:00
svenbarth
184d6d61ed * regenerate makefiles
git-svn-id: trunk@44958 -
2020-04-21 06:09:20 +00:00
nickysn
d57ffc4745 * changed the object file format for z80-embedded and z80-zxspectrum to .rel
git-svn-id: branches/z80@44899 -
2020-04-20 23:36:15 +00:00
nickysn
2f68090dd6 * synchronized with trunk
git-svn-id: branches/z80@44898 -
2020-04-20 22:42:08 +00:00
pierre
cd6de6a4ca Regenerate all Makefiles
git-svn-id: trunk@44882 -
2020-04-20 13:58:47 +00:00
nickysn
0f323df7a3 * synchronized with trunk
git-svn-id: branches/z80@44873 -
2020-04-19 21:10:31 +00:00
Jonas Maebe
26ec913725 * regenerated makefiles
git-svn-id: trunk@44861 -
2020-04-19 17:33:47 +00:00
nickysn
1cadaff1f9 - disable packages that don't build on the zxspectrum target
git-svn-id: branches/z80@44851 -
2020-04-19 14:21:27 +00:00
nickysn
b868d653bb * regenerated makefiles after sync with trunk
git-svn-id: branches/z80@44847 -
2020-04-19 13:00:50 +00:00
nickysn
831a8cbcfa * regenerated makefiles in the packages directory
git-svn-id: branches/z80@44821 -
2020-04-19 04:05:59 +00:00
Jonas Maebe
4b59bcb0ca * regenerated makefiles
git-svn-id: trunk@44793 -
2020-04-18 16:08:25 +00:00
florian
5bab6201d5 * rebuild Makefiles
git-svn-id: trunk@44679 -
2020-04-10 19:42:14 +00:00
florian
43dc4c7ea0 * regenerated Makefiles
git-svn-id: trunk@44333 -
2020-03-21 20:59:59 +00:00
yury
8ef8b3bdc0 * netdb: Always return False by GetHostByName() and GetHostByAddr() in the libc implementation.
git-svn-id: trunk@44302 -
2020-03-15 12:22:58 +00:00
yury
c79e21e0dc * netdb: Fixed ResolveAddress6(). The long deprecated suffix "ip6.int" has been used instead of the proper "ip6.arpa" suffix.
git-svn-id: trunk@44297 -
2020-03-13 19:23:42 +00:00
yury
3c29845c46 * netdb: Added the netdb implementation based on libc. Is is activated by the FPC_USE_LIBC define.
* netdb: Define FPC_USE_LIBC for android.

git-svn-id: trunk@44296 -
2020-03-13 19:07:41 +00:00
yury
5dae20bd0b * Build cnetdb for android.
git-svn-id: trunk@44295 -
2020-03-13 19:03:07 +00:00
joost
2e17c67a61 * Support the ndots and search resolve options
git-svn-id: trunk@44088 -
2020-02-02 10:36:26 +00:00
pierre
a09e40945c Regenerate all Makefile's after commit #43472
git-svn-id: trunk@43478 -
2019-11-15 14:47:02 +00:00
michael
560c0b228e * Handle recursion for address queries, CNames are also possible (bug ID 34480)
git-svn-id: trunk@42934 -
2019-09-07 15:02:12 +00:00
pierre
5ed7bd35df Update all trunk/fpcsrc Makefile's after commit 42749
git-svn-id: trunk@42750 -
2019-08-20 15:58:10 +00:00
Jonas Maebe
128bf046b4 * regenerated Makefiles with LLVM bitcode installation support
git-svn-id: branches/debug_eh@41914 -
2019-04-20 18:56:45 +00:00
pierre
74fed2a4cd Regenerate Makefile's after fpcmake change in commit #41721
git-svn-id: trunk@41723 -
2019-03-17 14:45:03 +00:00
michael
dabd4fa625 * Specify correct OSes for sslsockets. Add sslbase as dependency
git-svn-id: trunk@40774 -
2019-01-05 18:12:25 +00:00
marcus
e3126bdf3d fixed compilation for amiga-likes after r40769
git-svn-id: trunk@40770 -
2019-01-05 14:43:10 +00:00
michael
b0c264948e * Rework SSL handling to be pluggable, add HTTPS support to fphttpserver
git-svn-id: trunk@40769 -
2019-01-05 12:37:44 +00:00
Károly Balogh
5182dc37af haiku-x86_64: regenerated all Makefiles, take 2
git-svn-id: trunk@40758 -
2019-01-04 03:18:42 +00:00
yury
44facc15fa * Since Android 8 the net.dnsX properties can't be read. Use Google Public DNS servers.
git-svn-id: trunk@40472 -
2018-12-05 16:12:56 +00:00
yury
a29290202f * Regenerated makefiles to support x86_64-android.
git-svn-id: trunk@39958 -
2018-10-17 17:12:20 +00:00
yury
8c59eb1ce5 * Regenerated makefiles to support aarch64-android.
git-svn-id: trunk@39863 -
2018-10-06 09:36:03 +00:00
pierre
8495967fc2 Add explicit typecast to avoid compilation failure with -Criot option
git-svn-id: trunk@39831 -
2018-09-27 09:56:38 +00:00
pierre
4e7003fb94 Update all packages Makefile's
git-svn-id: trunk@39828 -
2018-09-27 07:05:49 +00:00
pierre
41d2a0a496 Disable libraries not compiling for jvm-java or jvm-android targets
git-svn-id: trunk@39808 -
2018-09-26 09:29:33 +00:00
marco
98f00acb06 * trunk to 3.3.1
git-svn-id: trunk@39635 -
2018-08-18 15:47:44 +00:00
marco
d143ab60e1 * regenned makefile without date/rev components for easier merging.
git-svn-id: trunk@39630 -
2018-08-18 15:06:25 +00:00
pierre
0426f94c36 fcl-net restrict openssl pacakge dependency to OSes that compile unit sslsockets
git-svn-id: trunk@39595 -
2018-08-09 11:50:43 +00:00
Károly Balogh
3c25184889 unbroke build for anything non Windows and non-Unix, where the nonblocking code is disabled anyway
git-svn-id: trunk@39572 -
2018-08-04 15:52:57 +00:00
michael
e13f069b17 * Actually use introduced cross-platform constant...
git-svn-id: trunk@39540 -
2018-07-31 08:10:02 +00:00
michael
4e94570ca3 * Examples for socket client/server moved here, adapted for possibility of timeout
git-svn-id: trunk@39539 -
2018-07-31 08:06:01 +00:00
michael
c3d1e1559b * clean up connection timeout logic
git-svn-id: trunk@39538 -
2018-07-31 08:05:19 +00:00
michael
487259fed2 * Fix compilation (bug id 34064) pending correct solution
git-svn-id: trunk@39535 -
2018-07-30 21:34:59 +00:00
joost
3c18e12cc7 * Fixed TInetSocket.Connect error handling which got broken in r39199
git-svn-id: trunk@39533 -
2018-07-30 20:22:49 +00:00
marcus
db43c69387 InetSocket: fixed connect without timeout set
git-svn-id: trunk@39355 -
2018-07-01 13:47:51 +00:00
marcus
b44c0265ee ssockets: fix for Amiga-systems
git-svn-id: trunk@39206 -
2018-06-10 08:22:05 +00:00
michael
ab4023a3de * Remove math unit
git-svn-id: trunk@39205 -
2018-06-09 20:16:48 +00:00
michael
7782463c9c * Hopefully fix amiga compilation
git-svn-id: trunk@39204 -
2018-06-09 13:50:02 +00:00
michael
1e1fbf77db * Fix bug #0033745, connection timeout
git-svn-id: trunk@39199 -
2018-06-09 12:25:41 +00:00