summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Construct the website in build directoryREL_7_19_3_1baserock/morphOleg Pudeyev2014-02-062-20/+21
|
* Stop keeping generated html documentation in the source treeOleg Pudeyev2014-02-0611-3635/+0
|
* Preparing 7.19.3.1 releaseOleg Pudeyev2014-02-067-9/+19
|
* Merge pull request #162 from p-push/curl-7-35-0Oleg Pudeyev2014-02-062-5/+5
|\ | | | | curl 7.35.0 has been released
| * curl 7.35.0 has been releasedOleg Pudeyev2014-02-062-5/+5
|/
* Merge pull request #164 from p-push/bottle-filename-lowercasedOleg Pudeyev2014-02-061-6/+19
|\ | | | | Use raw_filename instead of filename when running with bottle 0.12
| * Use raw_filename instead of filename when running with bottle 0.12Oleg Pudeyev2014-02-061-6/+19
|/
* Expand windows documentationOleg Pudeyev2014-02-031-0/+31
|
* Merge pull request #159 from p-push/avoid-stdio-optionOleg Pudeyev2014-01-216-5/+45
|\ | | | | Avoid stdio option
| * Update changelogOleg Pudeyev2014-01-211-0/+3
| |
| * Use correct defineOleg Pudeyev2014-01-201-2/+2
| |
| * Test --avoid-stdio on travis, add PYCURL_SETUP_OPTIONS environment variable ↵Oleg Pudeyev2014-01-204-5/+20
| | | | | | | | to make that work
| * Add --avoid-stdio option to not pass FILE pointers from Python to libcurl on ↵Oleg Pudeyev2014-01-203-5/+27
|/ | | | Windows (issue #117)
* Merge pull request #160 from p-push/do-testOleg Pudeyev2014-01-201-2/+4
|\ | | | | Add a do-test target which is independent of building
| * Add a do-test target which is independent of buildingOleg Pudeyev2014-01-201-2/+4
|/
* Merge pull request #158 from p-push/install-instructionsOleg Pudeyev2014-01-205-91/+44
|\ | | | | Updated installation instructions
| * Update remaining code for install -> install.rst renameOleg Pudeyev2014-01-203-4/+4
| |
| * Consolidate installation instructions in install.rstOleg Pudeyev2014-01-202-71/+20
| |
| * Converting installation doc to rst syntaxOleg Pudeyev2014-01-201-17/+21
| |
| * Rename install to install.rstOleg Pudeyev2014-01-201-0/+0
|/
* Merge pull request #157 from p-push/authorsOleg Pudeyev2014-01-184-33/+76
|\ | | | | Update authors
| * Credit Andjelko HorvatOleg Pudeyev2014-01-182-1/+3
| |
| * Add authors from git historyOleg Pudeyev2014-01-171-0/+16
| |
| * Tool to manage contributors in the authors fileOleg Pudeyev2014-01-171-0/+28
| |
| * Sort the authorsOleg Pudeyev2014-01-161-13/+13
| |
| * Extract authors to the authors fileOleg Pudeyev2014-01-162-32/+29
|/
* Merge pull request #152 from p-push/rst-docsOleg Pudeyev2014-01-1612-608/+466
|\ | | | | Convert documentation to restructured text
| * Apparently restructured text is pretty limited in what it can doOleg Pudeyev2014-01-165-29/+29
| |
| * Updating package for rst documentationOleg Pudeyev2014-01-162-3/+2
| |
| * Remove html docsOleg Pudeyev2014-01-165-605/+0
| |
| * Fix rst docsOleg Pudeyev2014-01-165-119/+134
| |
| * Started on converting html documentation to restructured text (html2rst run)Oleg Pudeyev2014-01-165-0/+449
|/
* Merge pull request #156 from p-push/curl-7-30-0-pipeline-optionsOleg Pudeyev2014-01-153-3/+48
|\ | | | | Curl 7 30 0 pipeline options
| * Update changelogOleg Pudeyev2014-01-141-0/+5
| |
| * Use a more specific defineOleg Pudeyev2014-01-141-3/+3
| |
| * Close multi handle when finishedOleg Pudeyev2014-01-141-0/+1
| |
| * Move multi option constants tests into their own fileOleg Pudeyev2014-01-142-14/+23
| |
| * Expose additional multi optionsJakob Truelsen2014-01-142-3/+33
|/ | | | | | | | | Expose the multi options: * CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE * CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE * CURLMOPT_MAX_HOST_CONNECTIONS * CURLMOPT_MAX_PIPELINE_LENGTH * CURLMOPT_MAX_TOTAL_CONNECTIONS
* Merge pull request #154 from p-push/options-fixOleg Pudeyev2014-01-121-1/+1
|\ | | | | These options take arguments
| * These options take argumentsOleg Pudeyev2014-01-121-1/+1
|/
* Merge pull request #151 from p-push/static-libs-ssl-detectionOleg Pudeyev2014-01-123-15/+50
|\ | | | | Look in --static-libs for SSL library hints even if --libs succeeded.
| * Look in --static-libs for SSL library hints even if --libs succeeded.Oleg Pudeyev2014-01-123-15/+50
|/ | | | Closes #147.
* Merge pull request #149 from p-push/setup-testingOleg Pudeyev2014-01-127-219/+411
|\ | | | | Testing of code in setup.py
| * Test that --static-libs libraries are ignored if --libs succeedsOleg Pudeyev2014-01-122-0/+25
| |
| * On travis we set PYCURL_SSL_LIBRARY, clear it in the setup testOleg Pudeyev2014-01-121-9/+24
| |
| * Achieve the same effect with a single variableOleg Pudeyev2014-01-121-2/+3
| |
| * Add tests for HAVE_CURL_SSL defineOleg Pudeyev2014-01-123-0/+48
| |
| * Test coverage for pulling ssl library out of --libs and --static-libs of ↵Oleg Pudeyev2014-01-124-0/+103
| | | | | | | | curl-config
| * Add ExtensionConfiguration class to hold the global variables in setup.py ↵Oleg Pudeyev2014-01-121-212/+212
| | | | | | | | for future unit testing
| * Move unix to precede windowsOleg Pudeyev2014-01-121-87/+87
|/