* fixed rare crash when purging the peer list
* fixed race condition around m_abort in session_impl
* fixed bug in web_peer_connection which could cause a hang when
downloading
from web servers
* fixed bug in metadata extensions combined with encryption
* refactored socket reading code to not use async. operations
unnecessarily
* some timer optimizations
* removed the reuse-address flag on the listen socket
* fixed bug where local peer discovery and DHT wouldn't be announced to
without trackers
* fixed bug in bdecoder when decoding invalid messages
* added build warning when building with UNICODE but the standard library
doesn't provide std::wstring
* fixed add_node python binding
* fixed issue where trackers wouldn't tried immediately when the previous
one failed
* fixed synchronization issue between download queue and piece picker
* fixed bug in udp tracker scrape response parsing
* fixed bug in the disk thread that could get triggered under heavy load
* fixed bug in add_piece() that would trigger asserts
* fixed vs 2010 build
* recognizes more clients in identify_client()
* fixed bug where trackers wouldn't be retried if they failed
* slight performance fix in disk elevator algorithm
* fixed potential issue where a piece could be checked twice
* fixed build issue on windows related to GetCompressedSize()
* fixed deadlock when starting torrents with certain invalid tracker URLs
* fixed iterator bug in disk I/O thread
* fixed FIEMAP support on linux
* fixed strict aliasing warning on gcc
* fixed inconsistency when creating torrents with symlinks
* properly detect windows version to initialize half-open connection limit
* fixed bug in url encoder where $ would not be encoded
For the port:
* Prepare for -python slave port for the python binding (In part from)[1]
* Make LOCALBASE safe [2]
* Python bindings require --enable-deprecated-functions
* Stop building the static library
* Patch is now incorporated into the distribution
PR: ports/144337 [1]
Submitted by: lioux [1]
Submitted by: swell.k@gmail.com [2]
Feature safe: yes
supports transactional SQL query requests in a multithreaded
architecture. For high availablility requirements, Cego supports a
database shadowing feature. Several compute nodes can be defined in
a Cego database configuration, where each node is able to manage a
number of so called table sets. For each tableset, a backup node
can be defined, which runs is recover mode for the corresponding
tableset. If required, the tableset can be switched to the backup
node and this node gets the active node for the tableset.
Many more details are available at:
WWW: http://www.lemke-it.com/
PR: ports/147822
Submitted by: Kurt Jaeger <fbsd-ports at opsec.eu>
Feature safe: yes
other applications
Many more details are available at:
WWW: http://www.lemke-it.com/
PR: ports/147820
Submitted by: Kurt Jaeger <fbsd-ports at opsec.eu>
Feature safe: yes
and databases/cego and probably other applications.
Many more details are available at:
WWW: http://www.lemke-it.com/
PR: ports/147819
Submitted by: Kurt Jaeger <fbsd-ports at opsec.eu>
Feature safe: yes
in multidimensional spaces. Since the module is entirely in Perl (in the
sense that it is not a Perl wrapper around a C library that actually does
the clustering), the code in the module can easily be modified to experiment
with several aspects of automatic clustering. For example, one can change
the criterion used to measure the "distance" between two data points, the
stopping condition for accepting final clusters, the criterion used for
measuring the quality of the clustering achieved, etc.
WWW: http://search.cpan.org/dist/Algorithm-KMeans
Feature safe: yes
- Optimise db table creation with indexes.
- Add PID file option.
- Fix a few warnings in the Makefile.
- Assign maintainership to submitter.
PR: 145924
Submitted by: Daniel Austin <freebsd-ports@dan.me.uk>
Feature safe: yes
Feature safe: yes
<ChangeLog>
*) Feature: large geo ranges base loading speed-up.
*) Bugfix: an error_page redirection to "location /zero { return 204;
}" without changing status code kept the error body; the bug had
appeared in 0.8.42.
*) Bugfix: nginx might close IPv6 listen socket during
reconfiguration.
Thanks to Maxim Dounin.
*) Bugfix: the $uid_set variable may be used at any request processing
stage.
</ChangeLog>