summaryrefslogtreecommitdiff
path: root/curl
AgeCommit message (Collapse)AuthorFilesLines
2012-11-14Deliver the right curl librariesFridrich Štrba1-0/+1
Change-Id: I999591422ec9fb26025d7eda19d2e1271b310534
2012-10-31Add PATH to have curl configure find ns{s,pr}-config in solverCédric Bosdonnat1-2/+3
Change-Id: I15dc96c13189d0dc76c616f3ab49d2ea099bc884
2012-10-30Fix MSVC build: LIB is not in environment so set it for the nmake commandTor Lillqvist1-1/+1
Change-Id: Ic2f43692f003f6d3a88681d61fe21f52276b0b7b
2012-10-30Correct location of the libtool-built libcurlTor Lillqvist1-4/+4
Change-Id: I0b997cdd3c133fa2212d519a136fa17f08a68730
2012-10-29tweak curl gbuildificationMatúš Kukan2-12/+14
Change-Id: I17eae5612b88c3f57842a8ae50b1d062acf94765
2012-10-29convert curl to gbuildPeter Foley9-20/+174
Change-Id: I8c038a0c59660f4fb672d71c08e6ee0b56c302ee
2012-10-25curl: disable use of debug configuration (needs msvcr90d.dll)Michael Stahl1-4/+7
Change-Id: I7c22869028a78f48836741a4eb4cd5bbff16e884
2012-09-14Adapt for DISABLE_DYNLOADING instead of just iOSTor Lillqvist1-2/+2
Change-Id: I26bc5d87725eb9ae00387e42e9a65ed26a8ec168
2012-07-11curl: fixed internal nss configure to get nspr includesCédric Bosdonnat2-0/+18
The nspr includes aren't added when using nss-config while they are added by pkg-config. This caused internal build to fail when nss devel packages aren't installed on the system. Patched the configure to get it working. Change-Id: I86d7d56c0d6df2dbf69ba7ac2a6f930ecb4ae8fb
2012-07-02Try to fix Windows build of curlFridrich Strba4-23/+38
Change-Id: Ifd760cf91ef6c9afe10a110e9b8db2dcc53fd3c8
2012-07-02curl: updated to 7.26.0 to have NTLM auth working with NSSCédric Bosdonnat6-136/+107
The update work still needs the review of the windows patches as the original sources have significantly been changed. Change-Id: I80e493771f86f0dd87762b63c0c5ee3577fca388
2012-05-09EasyHack fdo#42783: get rid of CPU define/build system variableThomas Collerton1-1/+1
Change-Id: I6a178f7ff9c8306e15bcfa847ad1e5e4f8476504
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-0/+0
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
2012-02-29Simplify install name handling for external libraries on Mac OS XStephan Bergmann1-0/+5
...by allowing our special @___... tokens anywhere within an install name, so that external modules can configure --prefix=/@___... etc. This removes the need for the special extshl and EXTRPATH=LOADER. Also, a new OUT2BIN_NONE can be used for external modules where the generated libraries need the default EXTRPATH=OOO, but generated executables are only used during the build and such need RPATH=NONE.
2012-02-09Added and improved READMEs for modules in libs-extern-sysJosh Heidenreich1-0/+1
2011-12-16Code modules no longer depend on stlport.Stephan Bergmann1-1/+1
2011-11-10Make also the libcurl library end in .so for AndroidTor Lillqvist2-0/+20
2011-10-04no .pc when built without configureCaolán McNamara1-0/+2
2011-10-03deliver the .pc file as well I guessCaolán McNamara2-1/+6
2011-09-27Make Android cross-build workingThorsten Behrens2-11/+20
In the spirit of 12759f67a36d52a345be6002d7017551e8414c59, change external lib's config.sub to eat the arm-unknown-linux-androideabi host os string. Also, permit shared libs again - seems Android can handle those. Added dictionaries to cross-build-toolset - idxdict is needed. Should build up to sfx2 - some residual static lib issues there, and in raptor.
2011-08-09curl: disable libssh2 supportMiklos Vajna1-1/+1
Otherwise internal curl may pick up system libssh2.
2011-06-09Cross-compilation support for AndroidTor Lillqvist2-1/+23
2011-06-06Always compare CROSS_COMPILING explicitly to "YES"Tor Lillqvist1-1/+1
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist1-12/+12
2011-05-30Drop unnecessary quotes around platform tripletsTor Lillqvist1-1/+1
2011-05-24Cross-compilation support and iOS in particularTor Lillqvist1-1/+14
2011-05-21Drop OS2Tor Lillqvist1-13/+0
2011-03-09Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky2-6/+2
Conflicts: boost/aliasing.patch boost/makefile.mk cairo/cairo/makefile.mk cairo/pixman/makefile.mk dictionaries/da_DK/README_th_da_DK.txt dictionaries/da_DK/description.xml dictionaries/da_DK/dictionaries.xcu dictionaries/da_DK/makefile.mk dictionaries/da_DK/th_da_DK.dat dictionaries/de_AT/th_de_AT_v2.idx dictionaries/de_CH/th_de_CH_v2.idx dictionaries/de_DE/COPYING dictionaries/de_DE/COPYING_GPLv2 dictionaries/de_DE/COPYING_GPLv2.txt dictionaries/de_DE/README_extension_owner.txt dictionaries/de_DE/README_th_de_DE_v2.txt dictionaries/de_DE/makefile.mk dictionaries/de_DE/th_de_DE_v2.idx icu/makefile.mk moz/makefile.mk python/makefile.mk
2011-02-09Trying to remove the stlport mention from the codeFridrich Štrba1-5/+0
2011-01-24Actually pass the MACHINE parameter to nmakeTor Lillqvist1-2/+2
2011-01-24Fix curl build on x64 WindowsTor Lillqvist1-0/+7
2011-01-06mingwport33: i#116329: MinGW port enhancement: configurable libstdc++ nametono1-1/+1
2010-12-20#i10000# add dependency on stlportHans-Joachim Lankenau1-1/+1
Notes: split repo tag: libs-extern-sys_ooo/DEV300_m96
2010-10-13update libtooling and config.guess for aix 7Caolán McNamara2-1/+28
2010-06-30sb126: merged in DEV300_m84sb1-3/+3
2010-06-22sb126: #i110197# remove -Wl,-z,noexecstack hacksb1-4/+0
2010-05-31i#111958: MinGW port enhancement: runtime-pseude-reloc-v2tono1-3/+3
2010-04-13CWS-TOOLING: integrate CWS ause110Jens-Heiner Rechtien1-0/+1
2010-03-10ause110: update to DEV300_m74Hans-Joachim Lankenau5-1084/+122
2010-03-05i#109672: Mingw port fix: curl updatetono2-1/+28
2010-02-17CWS-TOOLING: integrate CWS changefileheader2Vladimir Glazunov1-5/+1
Notes: split repo tag: libs-extern-sys_ooo/DEV300_m72 split repo tag: libs-extern-sys_ooo/DEV300_m73
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien1-5/+1
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-01-26ause110: update to DEV300m70Hans-Joachim Lankenau1-4/+0
2010-01-25tkr32: rebase from m65 to m70Tobias Krause1-4/+0
2010-01-15ause110: #i106731# remove tarballs from scm and find them in download cache dirHans-Joachim Lankenau1-0/+1
2009-11-27tkr32: #i105917# seperate windows patch fileTobias Krause3-19/+25
2009-11-25tkr32: #i105917# updated curl to 7.19.7Tobias Krause4-1078/+114
2009-11-13sb116: #i106845# removed obsolete IRIX portsb1-4/+0
2009-09-10CWS-TOOLING: integrate CWS mh232Kurt Zenker1-20/+5
2009-08-26 03:52:57 +0200 mh r275385 : #i102182# FreeBSD patch 2009-08-26 03:43:20 +0200 mh r275384 : #i101333# patch for FreeBSD 2009-08-26 03:11:20 +0200 mh r275383 : #i39230 2009-08-26 03:07:51 +0200 mh r275382 : #i39230# more space for initials field 2009-08-26 02:41:19 +0200 mh r275380 : #i39230# use vos::osecurity for reading the user name 2009-08-18 22:06:00 +0200 mh r275130 : #i104243#, line ending problem with newer perl 2009-08-18 21:53:21 +0200 mh r275129 : #i39230# read initials via getpwnam 2009-08-18 21:34:05 +0200 mh r275128 : enable CAIROCANVAS for Linux and Mac, #i88613# 2009-08-17 18:02:59 +0200 mh r275067 : #i95498# make compile with gcc3
2009-08-26CWS-TOOLING: integrate CWS mingwport22Vladimir Glazounov1-1/+9
2009-08-19 16:18:46 +0200 tono r275156 : i#103794: mingw gcc-4.4.0 port: make use of dwarf2 eh 2009-08-05 12:27:41 +0200 tono r274650 : CWS-TOOLING: rebase CWS mingwport22 to trunk@274622 (milestone: DEV300:m54) 2009-08-01 00:56:35 +0200 tono r274552 : i#103795: mingw gcc-4.4.0 port: use gcc dll 2009-07-27 00:13:27 +0200 tono r274344 : i#103795: mingw gcc-4.4.0 port: use gcc dll 2009-07-25 06:19:59 +0200 tono r274332 : i#103803: mingw gcc-4.4.0 port: invalid "extern static" 2009-07-25 06:13:56 +0200 tono r274331 : i#103802: mingw gcc-4.4.0 port: inhibit use of pthread 2009-07-25 06:05:22 +0200 tono r274330 : i#103801: mingw gcc-4.4.0 port: specify relocatable data section 2009-07-25 05:54:09 +0200 tono r274329 : i#103800: mingw gcc-4.4.0 port: remove invalid scope 2009-07-25 05:44:58 +0200 tono r274328 : i#103799: mingw gcc-4.4.0 port: add some #include 2009-07-25 05:33:09 +0200 tono r274327 : i#103798: mingw gcc-4.4.0 port: add backward in include path 2009-07-25 05:24:42 +0200 tono r274326 : i#103797: mingw gcc-4.4.0 port: nooptimize c++-uno bridge 2009-07-25 05:16:20 +0200 tono r274325 : i#103795: mingw gcc-4.4.0 port: use gcc dll 2009-07-25 04:01:59 +0200 tono r274324 : i#103794: mingw gcc-4.4.0 port: make use of dwarf2 eh 2009-07-25 02:44:01 +0200 tono r274322 : i#103793: mingw port: Exclude msvc[pr]80.dll from packaging 2009-07-25 02:28:21 +0200 tono r274321 : i#103791: mingw port fix typo