aboutsummaryrefslogtreecommitdiff
path: root/lib/http/http.ml
Commit message (Collapse)AuthorAgeFilesLines
* Reverted earlier changes for goodHEADorigin/masterorigin/HEADmasterMatias Goldfeld2021-02-071-34/+34
|
* Reverted attempts to add 32-bit compatibilityMatias Goldfeld2021-01-291-34/+34
|
* Revert "More 32 bit fixes"Matias Goldfeld2021-01-291-2/+2
| | | | This reverts commit 4a95a2a16273384072a767ff44e5db772224d6a4.
* Revert "More Int64 refactors"Matias Goldfeld2021-01-291-1/+1
| | | | This reverts commit b499169e93e9f7bdd0f877a3cdf0247ec495abe1.
* Revert "Started conversion to ppx_yojson_conv"Matias Goldfeld2021-01-291-31/+31
| | | | This reverts commit c937240fdd2036edd493debb76117165e4084e8b.
* Started conversion to ppx_yojson_convMatias Goldfeld2021-01-281-31/+31
|
* More Int64 refactorsMatias Goldfeld2021-01-281-1/+1
|
* More 32 bit fixesMatias Goldfeld2021-01-271-2/+2
|
* Added message_reference functionalityMatias Goldfeld2021-01-271-4/+4
|
* Fixed sending file attachments by adding multiform supportMatias Goldfeld2021-01-271-13/+25
|
* Some improvements to rate limitsAdelyn Breedlove2019-02-271-112/+105
|
* Correct User-AgentAdelyn Breedlove2019-02-261-1/+1
|
* Fix an issue where routes that don't return rate limit info lock foreverAdelyn Breedlove2019-02-171-4/+4
|
* Add rate limit log at debug levelAdelyn Breedlove2019-02-171-1/+4
|
* Add a cacheAdelyn Breedlove2019-02-111-0/+360