pan-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pan-devel] [PATCH] Binary file posting fixes


From: Andrew Nile
Subject: [Pan-devel] [PATCH] Binary file posting fixes
Date: Fri, 19 Sep 2014 18:19:30 +0100

Hi Pan Devs.

I noticed that binary posting (add files to queue) wasn't working at
all for me in the latest GIT, so I thought I'd try and figure out why
and attempt to fix it.

There are 3 fixes in the patch. 1 is the actual fix and the other 2
are minor things I found when using valgrind, but all related to
uploading.

Fix 1 restores the wakeup bit in task-upload.h so that uploads are no
longer stuck in the queue,
Fix 2 gets the full path for stat in encode-cache.cc so that the
encode cache is calculated ok, and
Fix 3 is a very minor thing in uuencode.c where the numparts variable
is undefined from the second part on.

Binary posting now works for me, but I have only been able to test
this on myself in Windows.

Thanks for reading,

Andrew

Attachment: binpost.diff
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]