Merge lp://staging/~dobey/ubuntuone-client/slay-the-C-beast into lp://staging/ubuntuone-client
Proposed by
dobey
Status: | Merged |
---|---|
Approved by: | dobey |
Approved revision: | 1396 |
Merged at revision: | 1396 |
Proposed branch: | lp://staging/~dobey/ubuntuone-client/slay-the-C-beast |
Merge into: | lp://staging/ubuntuone-client |
Diff against target: |
8810 lines (+7/-8515) 48 files modified
Makefile.am (+1/-1) autogen.sh (+1/-1) configure.ac (+5/-52) docs/Makefile.am (+0/-1) docs/reference/Makefile.am (+0/-62) docs/reference/libsyncdaemon-docs.sgml (+0/-48) libsyncdaemon/Makefile.am (+0/-114) libsyncdaemon/libsyncdaemon-1.0.pc.in (+0/-11) libsyncdaemon/libsyncdaemon.h (+0/-50) libsyncdaemon/syncdaemon-authentication.c (+0/-298) libsyncdaemon/syncdaemon-authentication.h (+0/-75) libsyncdaemon/syncdaemon-config-interface.c (+0/-276) libsyncdaemon/syncdaemon-config-interface.h (+0/-83) libsyncdaemon/syncdaemon-credentials.c (+0/-215) libsyncdaemon/syncdaemon-credentials.h (+0/-75) libsyncdaemon/syncdaemon-daemon.c (+0/-1477) libsyncdaemon/syncdaemon-daemon.h (+0/-172) libsyncdaemon/syncdaemon-events-interface.c (+0/-130) libsyncdaemon/syncdaemon-events-interface.h (+0/-71) libsyncdaemon/syncdaemon-file-info.c (+0/-236) libsyncdaemon/syncdaemon-file-info.h (+0/-78) libsyncdaemon/syncdaemon-filesystem-interface.c (+0/-190) libsyncdaemon/syncdaemon-filesystem-interface.h (+0/-84) libsyncdaemon/syncdaemon-folder-info.c (+0/-176) libsyncdaemon/syncdaemon-folder-info.h (+0/-73) libsyncdaemon/syncdaemon-folders-interface.c (+0/-494) libsyncdaemon/syncdaemon-folders-interface.h (+0/-76) libsyncdaemon/syncdaemon-interface.c (+0/-274) libsyncdaemon/syncdaemon-interface.h (+0/-70) libsyncdaemon/syncdaemon-marshal.list (+0/-5) libsyncdaemon/syncdaemon-metadata.c (+0/-284) libsyncdaemon/syncdaemon-metadata.h (+0/-79) libsyncdaemon/syncdaemon-publicfiles-interface.c (+0/-259) libsyncdaemon/syncdaemon-publicfiles-interface.h (+0/-73) libsyncdaemon/syncdaemon-share-info.c (+0/-357) libsyncdaemon/syncdaemon-share-info.h (+0/-91) libsyncdaemon/syncdaemon-shares-interface.c (+0/-497) libsyncdaemon/syncdaemon-shares-interface.h (+0/-79) libsyncdaemon/syncdaemon-status-info.c (+0/-259) libsyncdaemon/syncdaemon-status-info.h (+0/-80) libsyncdaemon/syncdaemon-status-interface.c (+0/-448) libsyncdaemon/syncdaemon-status-interface.h (+0/-71) libsyncdaemon/syncdaemon-transfer-info.c (+0/-247) libsyncdaemon/syncdaemon-transfer-info.h (+0/-78) libsyncdaemon/test-libsyncdaemon.c (+0/-536) libsyncdaemon/utils.c (+0/-60) libsyncdaemon/utils.h (+0/-48) po/POTFILES.in (+0/-1) |
To merge this branch: | bzr merge lp://staging/~dobey/ubuntuone-client/slay-the-C-beast |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Brian Curtin (community) | Approve | ||
Mike McCracken (community) | Approve | ||
Review via email: mp+167631@code.staging.launchpad.net |
Commit message
Drop libsyncdaemon from the tree.
Description of the change
This branch removes libsyncdaemon and the necessary related parts from the tree and build. It doesn't move away from autotools yet, as that is a very large change, and would be best done in a branch after this.
To post a comment you must log in.
Looks good.