summaryrefslogtreecommitdiff
path: root/databases/hiredis/distinfo (follow)
Commit message (Collapse)AuthorAgeFilesLines
* databases/hiredis: update to version 1.0.2Jimmy Olgeni2022-04-291-2/+3
| | | | | | PR: 263647 Reported by: Sascha Biberhofer Security: CVE-2021-32765
* Upgrade to version 0.13.3.Jimmy Olgeni2015-09-161-2/+2
| | | | | | | The fix from r397044 was merged upstream. Notes: svn path=/head/; revision=397051
* Upgrade to version 0.13.2.Jimmy Olgeni2015-08-251-2/+2
| | | | Notes: svn path=/head/; revision=395308
* Upgrade to version 0.13.1 and take maintainership from ports@.Jimmy Olgeni2015-05-061-2/+2
| | | | Notes: svn path=/head/; revision=385511
* - Update to 0.12.1Grzegorz Blach2015-02-231-2/+2
| | | | | | | - Strip libhiredis.so Notes: svn path=/head/; revision=379699
* - Changes GH_ACCOUNT to redisGrzegorz Blach2012-12-011-2/+2
| | | | | | | | | | | | - Use PORTVERSION instead of DISTVERSION - Update distinfo (Only difference from previous tarball is changed account in directory name) Approved by: crees (mentor) Feature safe: yes Notes: svn path=/head/; revision=308079
* - Update to 0.11.0Bryan Drewery2012-09-141-2/+2
| | | | | | | | | | - Switch to using USE_GITHUB PR: ports/171619 Submitted by: Grzegorz Blach <magik@roorback.net> (maintainer) Notes: svn path=/head/; revision=304240
* - Update to 0.10.1Wen Heping2011-06-201-2/+2
| | | | | | | | PR: ports/158039 Submitted by: "Grzegorz Blach" <magik@roorback.net> (maintainer) Notes: svn path=/head/; revision=275871
* -Update to 0.10.0Beech Rintoul2011-05-021-2/+2
| | | | | | | | | PR: ports/156705 Submitted by: Grzegorz Blach <magik@roorback.net> (maintainer) Approved by: itetcu (mentor)(implicit) Notes: svn path=/head/; revision=273504
* Hiredis is a minimalistic C client library for the Redis database.Martin Wilke2011-01-311-0/+2
It is minimalistic because it just adds minimal support for the protocol, but at the same time it uses an high level printf-alike API in order to make it much higher level than otherwise suggested by its minimal code base and the lack of explicit bindings for every Redis command. Apart from supporting sending commands and receiving replies, it comes with a reply parser that is decoupled from the I/O layer. It is a stream parser designed for easy reusability, which can for instance be used in higher level language bindings for efficient reply parsing. Hiredis only supports the binary-safe Redis protocol, so you can use it with any Redis version >= 1.2.0. The library comes with multiple APIs. There is the synchronous API, the asynchronous API and the reply parsing API. WWW: https://github.com/antirez/hiredis PR: ports/153535 Submitted by: Grzegorz Blach <magik at roorback.net> Feature safe: yes Notes: svn path=/head/; revision=268480