Skip to content

Commit

Permalink
Minor updates:
Browse files Browse the repository at this point in the history
Added ability to use void*/size_t or std::string or std::vector for log data in provider interface.
Added add_log_with_activity to fastcgi.
Amplified debug logs.
Increased version of thevoid, swarm and elliptics in deps.
Fixed zero of begin_time in get_user_logs in historydb.py - tool for testing.
  • Loading branch information
shaitan committed Oct 28, 2013
1 parent a9c4c4d commit 26bbd3f
Show file tree
Hide file tree
Showing 10 changed files with 392 additions and 174 deletions.
8 changes: 4 additions & 4 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,24 @@ Build-Depends: debhelper (>= 7.0.50~),
libboost-system-dev,
libboost-thread-dev,
libfastcgi-daemon2-dev,
elliptics-dev (>= 2.24.14.19),
elliptics-dev (>= 2.24.14.21),
libmsgpack-dev,
libthevoid-dev (>= 0.5.5.0)
libthevoid-dev (>= 0.5.5.1)
Standards-Version: 3.8.0
Homepage: http://github.com/reverbrain/historydb/
Vcs-Git: git://github.com/reverbrain/historydb.git
Vcs-Browser: https://github.com/reverbrain/historydb

Package: historydb
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, libthevoid1 (>= 0.5.5.0), elliptics-client (>= 2.24.14.19)
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, libthevoid1 (>= 0.5.5.1), elliptics-client (>= 2.24.14.21)
Description: History DB is a trully scalable (hundreds of millions updates per day) distributed archive system
with per user and per day activity statistics.

Package: historydb-dbg
Architecture: any
Section: debug
Priority: extra
Depends: historydb (= ${binary:Version}), ${misc:Depends}, libthevoid1 (>= 0.5.5.0), elliptics-client (>= 2.24.14.19)
Depends: historydb (= ${binary:Version}), ${misc:Depends}, libthevoid1 (>= 0.5.5.1), elliptics-client (>= 2.24.14.21)
Description: History DB is a trully scalable (hundreds of millions updates per day) distributed archive system
with per user and per day activity statistics.
4 changes: 2 additions & 2 deletions historydb-bf.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ BuildRequires: gcc gcc-c++

BuildRequires: boost-devel, boost-thread, boost-system
BuildRequires: cmake msgpack-devel
BuildRequires: elliptics-client-devel >= 2.24.14.19
BuildRequires: elliptics-client-devel >= 2.24.14.21
BuildRequires: fastcgi-daemon2-libs-devel
BuildRequires: libthevoid-devel >= 0.5.5.0
BuildRequires: libthevoid-devel >= 0.5.5.1

%description
History DB is a trully scalable (hundreds of millions updates per day)
Expand Down
Loading

0 comments on commit 26bbd3f

Please sign in to comment.