Zach Bjornson
							
						 
					 | 
					
						
						
						
						
							
						
						
							c391d903e3
							
						
					 | 
					
						
						
							
							Call toString on args to match browser behavior.
						
						
						
						
						
						
							
						
					 | 
					
						2013-07-20 09:22:32 -07:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
						
						
							
						
						
							c1673f281c
							
						
					 | 
					
						
						
							
							handle actual binary, not just utf8
						
						
						
						
						
						
							
						
					 | 
					
						2012-09-19 14:22:55 -06:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
						
						
							
						
						
							ba6a6282f1
							
						
					 | 
					
						
						
							
							Merge pull request #3 from pwnall/patch-2
						
						
						
						
						
						
						
						Fix atob to match browser implementations 
						
						
							
						
					 | 
					
						2012-09-19 12:56:09 -07:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
						
						
							
						
						
							d86a3f5fc3
							
						
					 | 
					
						
						
							
							Merge pull request #2 from pwnall/patch-1
						
						
						
						
						
						
						
						Fix btoa to match browser implementations 
						
						
							
						
					 | 
					
						2012-09-19 12:55:58 -07:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Victor Costan
							
						 
					 | 
					
						
						
						
						
							
						
						
							00b5c14843
							
						
					 | 
					
						
						
							
							Fix atob to match browser implementations
						
						
						
						
						
						
						
						Test case:
atob('/A==') === String.fromCharCode(252) should be true
						
						
							
						
					 | 
					
						2012-09-13 02:15:36 -03:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Victor Costan
							
						 
					 | 
					
						
						
						
						
							
						
						
							133496cd12
							
						
					 | 
					
						
						
							
							Fix btoa to match browser implementations
						
						
						
						
						
						
						
						Test case:
btoa(String.fromCharCode(252)) should return "/A==" 
						
						
							
						
					 | 
					
						2012-09-13 02:08:20 -03:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
						
						
							
						
						
							48288ef240
							
						
					 | 
					
						
						
							
							added cli tool
						
						
						
						
						
						
							
 btoa-v1.0.1
						
					 | 
					
						2012-06-26 13:28:01 -06:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
						
						
							
						
						
							30c4163ba8
							
						
					 | 
					
						
						
							
							added cli bin
						
						
						
						
						
						
							
 atob-v1.0.1
 btoa-v1.0.0
						
					 | 
					
						2012-06-26 13:24:09 -06:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
						
						
							
						
						
							ff3d037a62
							
						
					 | 
					
						
						
							
							subtree merged in localStorage
						
						
						
						
						
						
							
 atob-v1.0.0
						
					 | 
					
						2012-05-19 15:48:39 -06:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
						
						
							
						
						
							30eb37b037
							
						
					 | 
					
						
						
							
							Revert "Not using the deprecated / broken api (assuming that it was working before)"
						
						
						
						
						
						
						
						This reverts commit 13ac655b1c256140f20be89e84c605e32feac580. 
						
						
							
						
					 | 
					
						2012-02-20 14:46:43 -07:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
						
						
							
						
						
							13ac655b1c
							
						
					 | 
					
						
						
							
							Not using the deprecated / broken api (assuming that it was working before)
						
						
						
						
						
						
							
						
					 | 
					
						2012-02-20 14:44:50 -07:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
						
						
							
						
						
							0eb1226e1d
							
						
					 | 
					
						
						
							
							fixed mixup of atob / btoa
						
						
						
						
						
						
							
						
					 | 
					
						2011-09-09 14:56:22 -06:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
						
						
							
						
						
							6de6b3935a
							
						
					 | 
					
						
						
							
							added atob
						
						
						
						
						
						
							
						
					 | 
					
						2011-09-08 22:18:42 -06:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
						
						
							
						
						
							1e2bf28341
							
						
					 | 
					
						
						
							
							mentioned purpose, added better usage example, added more formatting
						
						
						
						
						
						
							
						
					 | 
					
						2011-07-22 14:17:18 -07:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
						
						
							
						
						
							d3538718b9
							
						
					 | 
					
						
						
							
							localStorage for Node.JS
						
						
						
						
						
						
							
						
					 | 
					
						2011-07-22 13:21:23 -06:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
						
						
							
						
						
							c5453243ca
							
						
					 | 
					
						
						
							
							first commit
						
						
						
						
						
						
							
						
					 | 
					
						2011-07-14 17:27:19 -06:00 | 
					
					
						
						
							
							
							
						
					 |