jcline / fuse-google-drive

A fuse filesystem wrapper for Google Drive.
GNU General Public License v2.0
286 stars 48 forks source link

Simplify string handling where possible #27

Open jcline opened 12 years ago

jcline commented 12 years ago

Recently made the str class, which leaves adding more functions to make using it simpler. Right now I have to do some painful manipulations to make things usable when interfacing with the curl_interface. Using str_ts everywhere will help with that some, but initialization and concatenation of lots of strings needs to be dead simple.

jcline commented 12 years ago

Need to move urlencoding and filename encoding functions into str.