Re: error when saving information on the cloud

2017-03-29 Thread Davide DB
On 28 March 2017 at 17:16, Davide DB wrote: > git_remote_repo: accessing https://cloud.subsurface- > divelog.org//git/dbdav...@gmail.com > git storage: 0 % ( start git interaction ) > git storage: create_local_repo > Cloud storage: checking connection to cloud server > Checking cloud connection..

Re: error when saving information on the cloud

2017-03-29 Thread Dirk Hohndel
On Wed, Mar 29, 2017 at 10:43:13AM +0200, Davide DB wrote: > On 28 March 2017 at 17:16, Davide DB wrote: > > > git_remote_repo: accessing https://cloud.subsurface- > > divelog.org//git/dbdav...@gmail.com > > git storage: 0 % ( start git interaction ) > > git storage: create_local_repo > > Cloud s

Re: error when saving information on the cloud

2017-03-29 Thread Davide DB
On 29 March 2017 at 13:18, Dirk Hohndel wrote: > > Are you actually behind the proxy with a phone? Or is this a tablet on a > wifi? Just trying to understand the "real" use case here. Hi Dirk, Sorry for the misunderstanding. No I'm using the plain desktop version behind a proxy and I get those e

Re: error when saving information on the cloud

2017-03-29 Thread Dirk Hohndel
On Wed, Mar 29, 2017 at 02:49:01PM +0200, Davide DB wrote: > On 29 March 2017 at 13:18, Dirk Hohndel wrote: > > > > Are you actually behind the proxy with a phone? Or is this a tablet on a > > wifi? Just trying to understand the "real" use case here. > > > Hi Dirk, > Sorry for the misunderstandi

Print create date in planner output - help needed

2017-03-29 Thread Stefan Fuchs
Hi All, I would like to add this to planner.c to print the date and Subsurface version to the diveplan: char date_planned[100]; time_t now = time(NULL); struct tm *t = localtime(&now); strftime(date_planned, sizeof(date_planned)-1, "%d.%m.%Y", t); len += snprintf(buffer + le