| .. |
|
apps
|
Added assertions to file patching
|
2014-11-08 14:15:09 +01:00 |
|
dao
|
Merge remote-tracking branch 'urpc/next' into fileentryindex
|
2014-11-12 22:48:09 +01:00 |
|
deps
|
Clients can now be downloaded preconfigured from the web interface
|
2013-07-22 22:44:25 +02:00 |
|
doc
|
Merge branch 'next' into fileaccess
|
2014-09-13 20:15:24 +02:00 |
|
fileclient
|
Merge remote-tracking branch 'urpc/next' into fileentryindex
|
2014-11-12 22:48:09 +01:00 |
|
lmdb
|
New LMDB version and further optimized file entry index
|
2014-10-10 19:59:26 +02:00 |
|
m4
|
|
|
|
restore
|
Restore to different hardware
|
2014-01-19 19:38:59 +01:00 |
|
serverinterface
|
Fixed build errors with GCC
|
2014-11-02 16:47:21 +01:00 |
|
treediff
|
The tree reading and differencing was fragmenting the memory horribly on Linux (with glibc). Fixed it by making one big allocation.
|
2014-09-24 21:18:37 +02:00 |
|
www
|
Merge remote-tracking branch 'mambojuice/pretty-ui' into fileentryindex
|
2014-11-16 14:24:21 +01:00 |
|
action_header.h
|
|
|
|
actions.h
|
|
|
|
AUTHORS
|
|
|
|
backup_server.db
|
|
|
|
ChangeLog
|
|
|
|
ChunkPatcher.cpp
|
Correctly patch partially downloaded files
|
2014-11-16 13:27:48 +01:00 |
|
ChunkPatcher.h
|
Increased buffer size in chunk patcher and optimization of chunk patcher for btrfs
|
2014-09-05 19:24:14 +02:00 |
|
configure.ac
|
Modifications for RPM building
|
2014-10-13 22:46:43 +02:00 |
|
COPYING
|
|
|
|
create_files_index.cpp
|
Rollback changes on error
|
2014-10-10 22:58:41 +02:00 |
|
create_files_index.h
|
Replacing file entry cache with external file entry index
|
2014-10-10 18:29:26 +02:00 |
|
database.h
|
Better error messages when opening database fails
|
2013-11-26 19:49:40 +01:00 |
|
dllmain.cpp
|
Added assertions to file patching
|
2014-11-09 13:54:03 +01:00 |
|
file_metadata.cpp
|
Fixed some issues with the file metadata
|
2014-11-03 23:13:49 +01:00 |
|
file_metadata.h
|
Change server permission management to ACL style
|
2014-09-14 22:29:56 +02:00 |
|
filedownload.cpp
|
Added missing include
|
2014-11-12 22:49:36 +01:00 |
|
filedownload.h
|
Ony write changed parts in file downloader
|
2014-11-07 21:13:58 +01:00 |
|
FileIndex.cpp
|
Adapter file backup verification to new file indexing scheme
|
2014-11-05 19:52:01 +01:00 |
|
FileIndex.h
|
Save keys as big endian values so they sort correctly
|
2014-10-10 23:44:11 +02:00 |
|
filelist_utils.cpp
|
Access files directly from "tray icon" without logging in. Works by saving the user access rights for each backup
|
2014-07-26 16:07:43 +02:00 |
|
filelist_utils.h
|
Access files directly from "tray icon" without logging in. Works by saving the user access rights for each backup
|
2014-07-26 16:07:43 +02:00 |
|
INSTALL
|
|
|
|
InternetServiceConnector.cpp
|
Fixed big endian issues with file backups
|
2014-11-08 21:57:55 +01:00 |
|
InternetServiceConnector.h
|
Fixed a few memory leaks
|
2014-09-04 18:44:43 +02:00 |
|
LMDBFileIndex.cpp
|
Adapter file backup verification to new file indexing scheme
|
2014-11-05 19:52:01 +01:00 |
|
LMDBFileIndex.h
|
Adapter file backup verification to new file indexing scheme
|
2014-11-05 19:52:01 +01:00 |
|
Makefile.am
|
Fixed some issues with the file metadata
|
2014-11-03 23:13:49 +01:00 |
|
mbr_code.h
|
|
|
|
NEWS
|
|
|
|
README
|
|
|
|
server_archive.cpp
|
Access files directly from "tray icon" without logging in. Works by saving the user access rights for each backup
|
2014-07-26 16:07:43 +02:00 |
|
server_archive.h
|
|
|
|
server_channel.cpp
|
Merge remote-tracking branch 'urpc/next' into fileentryindex
|
2014-11-12 22:48:09 +01:00 |
|
server_channel.h
|
Changed time functions to use 64bit integers and added ETA estimation
|
2014-05-09 22:36:02 +02:00 |
|
server_cleanup.cpp
|
Merge remote-tracking branch 'urpc/next' into fileentryindex
|
2014-11-12 22:48:09 +01:00 |
|
server_cleanup.h
|
Replacing file entry cache with external file entry index
|
2014-10-10 18:29:26 +02:00 |
|
server_continuous.cpp
|
Continuous file protection
|
2014-07-26 16:09:14 +02:00 |
|
server_continuous.h
|
Point to new file entry if the file was copied
|
2014-10-25 21:22:06 +02:00 |
|
server_dir_links.cpp
|
Only output warning message if symlinked directory is not found in database
|
2014-11-11 18:39:07 +01:00 |
|
server_dir_links.h
|
Fix for unnecessary error log messages when symlinked file backup
|
2014-07-27 00:23:04 +02:00 |
|
server_download.cpp
|
Merge branch 'fileaccess' into fileentryindex
|
2014-10-11 14:17:42 +02:00 |
|
server_download.h
|
Change server permission management to ACL style
|
2014-09-14 22:29:56 +02:00 |
|
server_get.cpp
|
Fixed compilation errors
|
2014-11-05 19:57:43 +01:00 |
|
server_get.h
|
Partially finished: Different backup speeds at different time intervals
|
2014-11-03 23:19:22 +01:00 |
|
server_hash_existing.cpp
|
Replacing file entry cache with external file entry index
|
2014-10-10 18:29:26 +02:00 |
|
server_hash_existing.h
|
Add file entries every min_file_incr times for each file.
|
2014-05-14 22:57:59 +02:00 |
|
server_hash.cpp
|
Added assertions to file patching
|
2014-11-09 13:54:03 +01:00 |
|
server_hash.h
|
Merge remote-tracking branch 'urpc/next' into fileentryindex
|
2014-11-12 22:48:09 +01:00 |
|
server_image.cpp
|
Merge remote-tracking branch 'urpc/next' into fileentryindex
|
2014-11-12 22:48:09 +01:00 |
|
server_image.h
|
|
|
|
server_log.cpp
|
Updated copyright notice
|
2014-02-22 15:22:42 +01:00 |
|
server_log.h
|
Change server permission management to ACL style
|
2014-09-14 22:29:56 +02:00 |
|
server_ping.cpp
|
Changed time functions to use 64bit integers and added ETA estimation
|
2014-05-09 22:36:02 +02:00 |
|
server_ping.h
|
Changed time functions to use 64bit integers and added ETA estimation
|
2014-05-09 22:36:02 +02:00 |
|
server_prepare_hash.cpp
|
Merge remote-tracking branch 'urpc/next' into fileentryindex
|
2014-11-12 22:48:09 +01:00 |
|
server_prepare_hash.h
|
Replacing file entry cache with external file entry index
|
2014-10-10 18:29:26 +02:00 |
|
server_running.cpp
|
Updated copyright notice
|
2014-02-22 15:22:42 +01:00 |
|
server_running.h
|
|
|
|
server_settings.cpp
|
Partially finished: Different backup speeds at different time intervals
|
2014-11-03 23:19:22 +01:00 |
|
server_settings.h
|
Partially finished: Different backup speeds at different time intervals
|
2014-11-03 23:19:22 +01:00 |
|
server_status.cpp
|
Changed time functions to use 64bit integers and added ETA estimation
|
2014-05-09 22:36:02 +02:00 |
|
server_status.h
|
Continuous file protection
|
2014-07-26 16:10:15 +02:00 |
|
server_tables.sql
|
|
|
|
server_update_stats.cpp
|
New LMDB version and further optimized file entry index
|
2014-10-10 19:59:26 +02:00 |
|
server_update_stats.h
|
Replacing file entry cache with external file entry index
|
2014-10-10 18:29:26 +02:00 |
|
server_update.cpp
|
Fixed crash when not able to open server_version_info.properties for writing
|
2014-09-27 17:29:57 +02:00 |
|
server_update.h
|
Don't download new server version information in the browser. Do it nightly instead.
|
2014-06-13 20:38:28 +02:00 |
|
server_writer.cpp
|
Fixed cow image file format
|
2014-10-31 23:23:49 +01:00 |
|
server_writer.h
|
Fixed cow image file format
|
2014-10-31 23:23:49 +01:00 |
|
server.cpp
|
Fixed switching from Internet to LAN
|
2014-11-02 15:21:20 +01:00 |
|
server.h
|
Make clientnames case-insensitive
|
2014-09-12 19:38:00 +02:00 |
|
snapshot_helper.cpp
|
|
|
|
snapshot_helper.h
|
|
|
|
urbackup_dsa.pub
|
Install public key on Linux
|
2013-10-17 21:27:28 +02:00 |
|
urbackupserver.vcxproj
|
Merge branch 'fileaccess' into fileentryindex
|
2014-10-11 14:17:42 +02:00 |
|
urbackupserver.vcxproj.filters
|
Merge branch 'fileaccess' into fileentryindex
|
2014-10-11 14:17:42 +02:00 |
|
verify_hashes.cpp
|
Allow wildcards in file backup verification selection
|
2014-11-16 14:13:09 +01:00 |
|
zero_hash.h
|
|
|