seafile:cp/move-multi

Last commit made on 2014-11-29
Get this branch:
git clone -b cp/move-multi https://git.launchpad.net/seafile

Branch merges

Branch information

Name:
cp/move-multi
Repository:
lp:seafile

Recent commits

a59c570... by yejianguo <email address hidden>

add rpc for move/copy multi files one time

64a3d9f... by Jiaqiang Xu

[client] Update version to 4.0.2.

05d7195... by zhengxie <email address hidden>

[script] Modify 4.0 update script

87ed9f6... by zhengxie <email address hidden>

[script] Add 4.0 update script

5fdc68b... by Jiaqiang Xu

Merge pull request #925 from jyelee/master

remove fileserver in seafile-admin

d65ca60... by yejianguo <email address hidden>

add get_dirent_by_path rpc

59d98d4... by Jiaqiang Xu

[client] Fix a bug in creating commits.

Test case:
Add a file larger than 100MB, after uploading the file,
the repo will continuouly get into committing state without anything to commit.

aaec336... by Jiaqiang Xu

Fix bugs in http sync.

* Server returns 444 instead of 404 when repo is deleted.
* Client handles empty response for check protocol version.

7de9c18... by Jiaqiang Xu

Merge branch '3.1' into master

Conflicts:
 configure.ac
 daemon/repo-mgr.c
 debian/changelog
 msi/Includes.wxi

57e26e1... by Jiaqiang Xu

Fix some memory bugs.

* Initialize index structure when index file doesn't exist.
* Use g_hash_table_replace instead of _insert when key and value are the same.